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:
|
||||
path: approle
|
||||
roleRef:
|
||||
namespace: secret-operator
|
||||
namespace: external-secrets
|
||||
name: vault-wheatley-approle
|
||||
key: approle_id
|
||||
secretRef:
|
||||
namespace: secret-operator
|
||||
namespace: external-secrets
|
||||
name: vault-wheatley-approle
|
||||
key: approle_secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue