feat(vault): injector

This commit is contained in:
nold 2023-08-08 18:52:31 +02:00
parent 0d4b982e51
commit 8f3b8ca7e7
2 changed files with 10 additions and 2 deletions

View file

@ -1,11 +1,19 @@
config:
description: Vault Secret Managemet
apps:
- name: vault
repoURL: https://helm.releases.hashicorp.com
chart: vault
targetRevision: 0.25.0
syncWave: '-3'
ignoreDiff:
- group: "*"
kind: MutatingWebhookConfiguration
name: vault-agent-injector-cfg
jsonPointers:
- /webhooks/0/clientConfig/caBundle
- name: vault-secrets-operator
namespace: vault-secrets-operator
repoURL: https://ricoberger.github.io/helm-charts

View file

@ -2,10 +2,10 @@ global:
enabled: true
tlsDisable: true
psp:
enable: true
enable: false
injector:
enabled: false
enabled: true
server:
enabled: true