Skip to content

Commit

Permalink
fix: updates arc ext check (#893)
Browse files Browse the repository at this point in the history
* fix: updates arc ext check

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed May 20, 2022
1 parent 9e590f0 commit 98a796f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,12 +22,12 @@ spec:
{{- if .Values.linux.podAnnotations}}
{{- toYaml .Values.linux.podAnnotations | nindent 8 }}
{{- end }}
{{- if and .Values.arc.enableMonitoring .Values.enableArcExtension }}
{{- if and .Values.enableArcExtension .Values.arc.enableMonitoring }}
prometheus.io/scrape: "true"
prometheus.io/port: "8898"
{{- end }}
# this will ensure pods are rolled in next helm upgrade if cert files are updated.
{{- if and .Values.Azure.proxySettings.isProxyEnabled .Values.enableArcExtension }}
{{- if and .Values.enableArcExtension .Values.Azure.proxySettings.isProxyEnabled }}
checksum/arc-proxy-config: {{ include (print $.Template.BasePath "/arc-proxy-secret.yaml") . | sha256sum }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 98a796f

Please sign in to comment.