UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cb3d7157 authored by Luis Gomez's avatar Luis Gomez
Browse files

Adds Sonarqube templating additions for kialiAppLabel and kialiVersionLabel in...

Adds Sonarqube templating additions for kialiAppLabel and kialiVersionLabel in chart/templates/fortify/values.yaml
parent 28d7f4f3
No related branches found
No related tags found
1 merge request!5063fortify update to 1.1.2320154-bb.19
Pipeline #3598271 passed
......@@ -42,4 +42,10 @@ monitoring:
sso:
enabled: {{ default "false" .Values.addons.fortify.sso.enabled }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment