fix(external-secrets): Set correct namespace for approle secret
This commit is contained in:
parent
f5b8e59028
commit
f843912dc1
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ spec:
|
||||||
appRole:
|
appRole:
|
||||||
path: approle
|
path: approle
|
||||||
roleRef:
|
roleRef:
|
||||||
namespace: secret-operator
|
namespace: external-secrets
|
||||||
name: vault-wheatley-approle
|
name: vault-wheatley-approle
|
||||||
key: approle_id
|
key: approle_id
|
||||||
secretRef:
|
secretRef:
|
||||||
namespace: secret-operator
|
namespace: external-secrets
|
||||||
name: vault-wheatley-approle
|
name: vault-wheatley-approle
|
||||||
key: approle_secret
|
key: approle_secret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue