Skip to content

Commit

Permalink
Update secret.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenlahav authored May 24, 2021
1 parent c4b928c commit 9ed4145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapbtp-operator-charts/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ data:
{{- if .Values.manager.secret.tokenurl }}
tokenurl: {{ .Values.manager.secret.tokenurl | b64enc | quote }}
{{- end }}
{{- if .Values.manager.secret.tokenurl }}
{{- if .Values.manager.secret.tokenurlsuffix }}
tokenurlsuffix: {{ .Values.manager.secret.tokenurlsuffix | b64enc | quote }}
{{- end }}

0 comments on commit 9ed4145

Please sign in to comment.