Skip to content

Commit

Permalink
Not using these yet
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Popkin <popkinj@littleearth.ca>
  • Loading branch information
popkinj committed Oct 24, 2023
1 parent edcfb56 commit f47f0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions charts/traction/templates/ui/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ data:
UX_INFO_BANNER_MESSAGE: {{ .Values.ui.ux.infoBanner.message | quote }}
UX_INFO_BANNER_MESSAGE_LEVEL: {{ .Values.ui.ux.infoBanner.messageLevel | quote }}
UX_INFO_BANNER_SHOW_MESSAGE: {{ .Values.ui.ux.infoBanner.showMessage | quote }}
UX_INFO_BANNER_ENVIRONMENT_NAME: {{ .Values.ui.ux.infoBanner.environmentName | quote }}
UX_INFO_BANNER_SHOW_ENVIRONMENT_NAME: {{ .Values.ui.ux.infoBanner.showEnvironmentName | quote }}
{{- end -}}
4 changes: 1 addition & 3 deletions services/tenant-ui/config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"infoBanner": {
"message": "UX_INFO_BANNER_MESSAGE",
"messageLevel": "UX_INFO_BANNER_MESSAGE_LEVEL",
"showMessage": "UX_INFO_BANNER_SHOW_MESSAGE",
"environmentName": "UX_INFO_BANNER_ENVIRONMENT_NAME",
"showEnvironmentName": "UX_INFO_BANNER_SHOW_ENVIRONMENT_NAME"
"showMessage": "UX_INFO_BANNER_SHOW_MESSAGE"
}
},
"ariesDetails": {
Expand Down

0 comments on commit f47f0f3

Please sign in to comment.