mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
22 lines
535 B
YAML
22 lines
535 B
YAML
config:
|
|
description: Vault Secret Managemet
|
|
|
|
apps:
|
|
- name: vault
|
|
repoURL: https://helm.releases.hashicorp.com
|
|
chart: vault
|
|
targetRevision: 0.27.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
|
|
chart: vault-secrets-operator
|
|
targetRevision: 2.5.6
|
|
syncWave: '-2'
|