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