Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiol committed May 15, 2024
1 parent 28e3c36 commit 3a269b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions charts/datacenter/ocpbanner/templates/banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ kind: ConsoleNotification
metadata:
name: purpose-banner
spec:
{{- if .Values.main.extraParameters }}
{{- range .Values.main.extraParameters }}
{{- if eq .name "environment" }}
text: "Cluster Environment [{{ .value }}]"
{{- end }}
{{- if .Values.environment }}
text: "Cluster Environment [{{ .Values.environment }}]"
{{- end }}
location: "BannerTopBottom" #BannerTopBottom
color: '#fff'
backgroundColor: '#000000'
{{- end }}
{{- end }}

0 comments on commit 3a269b5

Please sign in to comment.