Skip to content

Commit

Permalink
Issue 6: Removed Enterprise reference from chart's server-statefulset…
Browse files Browse the repository at this point in the history
… template.

Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
  • Loading branch information
naphelps committed May 20, 2024
1 parent 675c249 commit b59b6e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/openbao/templates/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ spec:
- name: VAULT_LOG_FORMAT
value: "{{ .Values.server.logFormat }}"
{{- end }}
{{- if (and .Values.server.enterpriseLicense.secretName .Values.server.enterpriseLicense.secretKey) }}
- name: VAULT_LICENSE_PATH
value: /vault/license/{{ .Values.server.enterpriseLicense.secretKey }}
{{- end }}
{{ template "vault.envs" . }}
{{- include "vault.extraEnvironmentVars" .Values.server | nindent 12 }}
{{- include "vault.extraSecretEnvironmentVars" .Values.server | nindent 12 }}
Expand Down

0 comments on commit b59b6e5

Please sign in to comment.