infra/helm/openbao/kustomization.yaml

26 lines
546 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
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