Add namespace
This commit is contained in:
parent
8a583f7989
commit
d88f450f12
|
@ -2,6 +2,7 @@ apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: vault-example
|
name: vault-example
|
||||||
|
namespace: test
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: "15s"
|
refreshInterval: "15s"
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
@ -10,7 +11,7 @@ spec:
|
||||||
target:
|
target:
|
||||||
name: example-sync
|
name: example-sync
|
||||||
data:
|
data:
|
||||||
- secretKey: foobar
|
- secretKey: foobar
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: k8s/foo
|
key: k8s/foo
|
||||||
property: my-value
|
property: my-value
|
||||||
|
|
Loading…
Reference in a new issue