mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
17 lines
444 B
YAML
17 lines
444 B
YAML
config:
|
|
description: Vault Secret Managemet
|
|
|
|
apps:
|
|
- name: vault
|
|
repoURL: https://helm.releases.hashicorp.com
|
|
chart: vault
|
|
targetRevision: 0.18.0
|
|
syncWave: "-3"
|
|
|
|
# Vault Secret Operator for automatic Secret injection
|
|
- name: vault-secrets-operator
|
|
namespace: vault-secrets-operator
|
|
repoURL: https://ricoberger.github.io/helm-charts
|
|
chart: vault-secrets-operator
|
|
targetRevision: 1.16.1
|
|
syncWave: "-2"
|