Skip to content

Commit

Permalink
Issue 6: Removing Enterprise references from chart template helper.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
  • Loading branch information
naphelps committed May 20, 2024
1 parent c4b831e commit 675c249
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/openbao/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ extra volumes the user may have specified (such as a secret with TLS).
{{- if .Values.server.volumes }}
{{- toYaml .Values.server.volumes | nindent 8}}
{{- end }}
{{- if (and .Values.server.enterpriseLicense.secretName .Values.server.enterpriseLicense.secretKey) }}
- name: vault-license
secret:
secretName: {{ .Values.server.enterpriseLicense.secretName }}
defaultMode: 0440
{{- end }}
{{- end -}}
{{/*
Expand Down Expand Up @@ -270,11 +264,6 @@ based on the mode configured.
{{- if .Values.server.volumeMounts }}
{{- toYaml .Values.server.volumeMounts | nindent 12}}
{{- end }}
{{- if (and .Values.server.enterpriseLicense.secretName .Values.server.enterpriseLicense.secretKey) }}
- name: vault-license
mountPath: /vault/license
readOnly: true
{{- end }}
{{- end -}}

{{/*
Expand Down

0 comments on commit 675c249

Please sign in to comment.