Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c5c549af1 |
@@ -14,11 +14,3 @@ 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
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
- op: remove
|
|
||||||
path: /spec/namespace
|
|
||||||
@@ -8,7 +8,6 @@ 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