mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
7 lines
101 B
YAML
7 lines
101 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: "test"
|
|
namespace: {{ .ns }}
|
|
stringData:
|
|
foo: "bar"
|