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
|
2024-09-08 06:02:19 +00:00
|
|
|
version: 0.5.0
|
2024-08-27 05:52:28 +00:00
|
|
|
repo: https://openbao.github.io/openbao-helm
|