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: config:
description: Vault Secret Managemet description: Vault Secret Managemet
apps: apps:
- name: vault - name: vault
repoURL: https://helm.releases.hashicorp.com repoURL: https://helm.releases.hashicorp.com
chart: vault chart: vault
targetRevision: 0.25.0 targetRevision: 0.25.0
syncWave: '-3' syncWave: '-3'
ignoreDiff:
- group: "*"
kind: MutatingWebhookConfiguration
name: vault-agent-injector-cfg
jsonPointers:
- /webhooks/0/clientConfig/caBundle
- name: vault-secrets-operator - name: vault-secrets-operator
namespace: vault-secrets-operator namespace: vault-secrets-operator
repoURL: https://ricoberger.github.io/helm-charts repoURL: https://ricoberger.github.io/helm-charts

View file

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