configure vault secrets operator
This commit is contained in:
@@ -6,6 +6,8 @@ vault: &vault_config
|
||||
server:
|
||||
enabled: true
|
||||
logLevel: trace
|
||||
auditStorage:
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
@@ -50,6 +52,26 @@ vault: &vault_config
|
||||
enabled: true
|
||||
annotations: {}
|
||||
|
||||
vault-secrets-operator:
|
||||
defaultVaultConnection:
|
||||
enabled: true
|
||||
address: http://hashicorp-vault.tools.svc.cluster.local:8200
|
||||
defaultAuthMethod:
|
||||
enabled: true
|
||||
controller:
|
||||
manager:
|
||||
clientCache:
|
||||
persistenceModel: direct-encrypted
|
||||
storageEncryption:
|
||||
enabled: true
|
||||
mount: vault-secret-operator
|
||||
keyName: vso-client-cache
|
||||
transitMount: transit
|
||||
kubernetes:
|
||||
role: edit-vso-client-cache
|
||||
serviceAccount: hashicorp-vault-vault-secrets-operator-controller-manager
|
||||
|
||||
|
||||
|
||||
tool:
|
||||
# kind: 'SubChart' or 'HelmChart', if subchart then uncomment Chart.yaml dependency, else comment and use tool library with helm chart template
|
||||
|
||||
Reference in New Issue
Block a user