Skip to content

Commit

Permalink
Added quote to .Values.livenessProbe.httpGet.port
Browse files Browse the repository at this point in the history
  • Loading branch information
varadaprakash authored Dec 5, 2024
1 parent 55e6868 commit eb15085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanner/templates/scanner-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
SCALOCK_LOG_LEVEL: {{ .Values.logLevel | default "INFO" }}
{{- if .Values.enableLivenessProbe }}
AQUA_HEALTH_MONITOR_ENABLED: "true"
AQUA_HEALTH_MONITOR_PORT: {{ .Values.livenessProbe.httpGet.port }}
AQUA_HEALTH_MONITOR_PORT: {{ .Values.livenessProbe.httpGet.port | quote }}
{{- end }}
{{- if .Values.cyberCenter.mtls.enabled }}
AQUA_PRIVATE_KEY: "/opt/aquasec/ssl/key.pem"
Expand All @@ -21,4 +21,4 @@ data:
{{- if .Values.cyberCenter.mtls.rootCA_fileName }}
OFFLINE_CC_MTLS_ENABLE: "1"
{{- end }}
{{- end }}
{{- end }}

0 comments on commit eb15085

Please sign in to comment.