FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix templating in compatibility-translation.yaml · stackrox/stackrox@3642756 · GitHub

Commit 3642756

Browse files
committed
Fix templating in compatibility-translation.yaml
1 parent 25e3bcb commit 3642756

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎image/templates/helm/stackrox-secured-cluster/internal/compatibility-translation.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ cluster:
1212
clusterName: {{ .value }}
1313
type: |
1414
env:
15-
{{- if eq .rawValue "OPENSHIFT4_CLUSTER" -}}
15+
{{- if eq .rawValue "OPENSHIFT4_CLUSTER" }}
1616
openshift: 4
17-
{{- else if eq .rawValue "OPENSHIFT_CLUSTER" -}}
17+
{{- else if eq .rawValue "OPENSHIFT_CLUSTER" }}
1818
{{/* We don't support this anymore, but this way we are explicit about it
1919
and produce a rendering error for this cluster type. */}}
2020
openshift: 3
21-
{{- else -}}
21+
{{- else }}
2222
openshift: false
23-
{{- end -}}
23+
{{- end }}
2424
endpoint:
2525
central: |
2626
centralEndpoint: {{ .value }}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL