mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Join-service helm chart: use correct casing for provider name (#368)
This commit is contained in:
parent
52f140a968
commit
7592143a69
@ -7,7 +7,7 @@ data:
|
|||||||
# mustToJson is required so the json-strings passed from go are properly quoted in the rendered yaml.
|
# mustToJson is required so the json-strings passed from go are properly quoted in the rendered yaml.
|
||||||
enforcedPCRs: {{ .Values.enforcedPCRs | mustToJson }}
|
enforcedPCRs: {{ .Values.enforcedPCRs | mustToJson }}
|
||||||
measurements: {{ .Values.measurements | mustToJson }}
|
measurements: {{ .Values.measurements | mustToJson }}
|
||||||
{{- if eq .Values.csp "azure" }}
|
{{- if eq .Values.csp "Azure" }}
|
||||||
enforceIdKeyDigest: {{ .Values.enforceIdKeyDigest }}
|
enforceIdKeyDigest: {{ .Values.enforceIdKeyDigest }}
|
||||||
idkeydigest: {{ .Values.idkeydigest }}
|
idkeydigest: {{ .Values.idkeydigest }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user