infra/helm/openbao/kustomization.yaml
Finn 375d7b2b4f
All checks were successful
/ render-helm (push) Successful in 19s
Update openbao version
2024-09-10 09:58:07 -07:00

38 lines
907 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openbao
helmCharts:
- name: openbao
valuesInline:
fullnameOverride: openbao
global:
namespace: openbao
injector:
enabled: false
server:
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao
tag: latest
ha:
enabled: true
raft:
enabled: true
ui:
enabled: true
csi:
enabled: true
debug: true
# image:
# registry: git.janky.solutions
# repository: jankysolutions/infra/openbao-csi-provider
# tag: latest
agent:
logLevel: debug
# image:
# registry: git.janky.solutions
# repository: jankysolutions/infra/openbao
# tag: latest
releaseName: openbao
version: 0.5.1
repo: https://openbao.github.io/openbao-helm