Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f0772a6cc |
@@ -14,3 +14,11 @@ helmCharts:
|
|||||||
releaseName: vault-secrets-operator
|
releaseName: vault-secrets-operator
|
||||||
namespace: vso-system
|
namespace: vso-system
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- path: patch_vaultauth-remove-namespace.yaml
|
||||||
|
target:
|
||||||
|
group: secrets.hashicorp.com
|
||||||
|
version: v1beta1
|
||||||
|
kind: VaultAuth
|
||||||
|
name: default
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- op: remove
|
||||||
|
path: /spec/namespace
|
||||||
@@ -8,6 +8,7 @@ defaultAuthMethod:
|
|||||||
enabled: true
|
enabled: true
|
||||||
method: "kubernetes"
|
method: "kubernetes"
|
||||||
mount: "k8s/au/syd1"
|
mount: "k8s/au/syd1"
|
||||||
|
namespace: ""
|
||||||
kubernetes:
|
kubernetes:
|
||||||
role: "default"
|
role: "default"
|
||||||
serviceAccount: "vault-secrets-operator-controller-manager"
|
serviceAccount: "vault-secrets-operator-controller-manager"
|
||||||
|
|||||||
Reference in New Issue
Block a user