Skip to content

Commit

Permalink
fixed quotes on adminUiHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
anestos committed Feb 26, 2021
1 parent e159b11 commit d6a466a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idsvr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: idsvr
version: 0.9.12
version: 0.9.13
appVersion: 6.0.0
description: A Helm chart for Curity Identity Server
keywords:
Expand Down
2 changes: 1 addition & 1 deletion idsvr/templates/deployment-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: LOGGING_LEVEL
value: {{ .Values.curity.admin.logging.level }}
- name: ADMIN_UI_HTTP_MODE
value: {{ .Values.curity.adminUiHttp }}
value: {{ quote .Values.curity.adminUiHttp }}
{{- if not (or (.Values.curity.config.environmentVariableSecret) (.Values.curity.config.configurationSecret)) }}
- name: PASSWORD
value: {{ required "\n curity.config.password required! use --set curity.config.password=YOUR_PASSWORD" .Values.curity.config.password | quote }}
Expand Down

0 comments on commit d6a466a

Please sign in to comment.