infra/helm/openbao/kustomization.yaml

39 lines
891 B
YAML
Raw Normal View History

2024-08-27 05:52:28 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openbao
helmCharts:
- name: openbao
valuesInline:
fullnameOverride: openbao
global:
namespace: openbao
injector:
enabled: false
server:
2024-08-30 06:20:33 +00:00
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao
tag: latest
2024-08-27 05:52:28 +00:00
ha:
enabled: true
raft:
enabled: true
2024-08-30 06:20:33 +00:00
ui:
enabled: true
csi:
enabled: true
debug: true
2024-09-10 17:07:57 +00:00
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao-csi-provider
tag: latest
agent:
logLevel: debug
2024-09-10 17:07:57 +00:00
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao
tag: latest
2024-08-27 05:52:28 +00:00
releaseName: openbao
version: 0.6.0
2024-08-27 05:52:28 +00:00
repo: https://openbao.github.io/openbao-helm