hive-apps/projects/vault/project.yml
2021-12-01 20:57:56 +01:00

23 lines
571 B
YAML

config:
description: Vault Secret Managemet
apps:
- name: vault
repoURL: https://helm.releases.hashicorp.com
chart: vault
targetRevision: 0.18.0
syncWave: "-3"
parameters:
- name: global.psp.enabled
value: "true"
- name: server.dev.enabled
value: "false"
# 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"