infra/helm/openbao/kustomization.yaml

40 lines
1,018 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:
logLevel: debug
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
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao-csi-provider
tag: latest
agent:
logLevel: debug
image:
# registry: git.janky.solutions # registry isnt actually used yet: https://github.com/openbao/openbao-helm/pull/17
repository: git.janky.solutions/jankysolutions/infra/openbao
tag: latest
2024-08-27 05:52:28 +00:00
releaseName: openbao
version: 0.5.0
2024-08-27 05:52:28 +00:00
repo: https://openbao.github.io/openbao-helm