mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 19:46:07 -04:00
Join-service helm chart: use correct casing for provider name (#368)
This commit is contained in:
parent
52f140a968
commit
7592143a69
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue