infra/helm/openbao/kustomization.yaml

38 lines
891 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