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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue