diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/templates/configmap.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/templates/configmap.yaml index 788d471e0..9c16f3626 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/templates/configmap.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/templates/configmap.yaml @@ -7,7 +7,7 @@ data: # mustToJson is required so the json-strings passed from go are properly quoted in the rendered yaml. enforcedPCRs: {{ .Values.enforcedPCRs | mustToJson }} measurements: {{ .Values.measurements | mustToJson }} - {{- if eq .Values.csp "azure" }} + {{- if eq .Values.csp "Azure" }} enforceIdKeyDigest: {{ .Values.enforceIdKeyDigest }} idkeydigest: {{ .Values.idkeydigest }} {{- end }}