Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion add-ons/vault/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# for details on all options
# https://github.com/hashicorp/vault-helm/blob/main/values.yaml
# https://github.com/hashicorp/vault-helm/blob/main/values.yaml
vault:
global:
# enabled is the master enabled switch. Setting this to true or false
# will enable or disable all the components within this chart by default.
enabled: true
3 changes: 2 additions & 1 deletion chart/templates/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec:
targetRevision: {{ .Values.targetRevision }}
helm:
values: |
{{- toYaml .Values.vault | nindent 8 }}
vault:
{{- toYaml .Values.vault | nindent 10 }}
destination:
server: https://kubernetes.default.svc
namespace: vault
Expand Down
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ grafana:
# Vault default Values
vault:
enable: false
server:
dataStorage:
enabled: true

# Karpenter Values
karpenter:
Expand Down