mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
feat(vault): injector
This commit is contained in:
parent
0d4b982e51
commit
8f3b8ca7e7
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -2,10 +2,10 @@ global:
|
|||
enabled: true
|
||||
tlsDisable: true
|
||||
psp:
|
||||
enable: true
|
||||
enable: false
|
||||
|
||||
injector:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue