| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 25e3bcb commit 3642756
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,15 +12,15 @@ cluster: | |||
| 12 | 12 | clusterName: {{ .value }} | |
| 13 | 13 | type: | | |
| 14 | 14 | env: | |
| 15 | - {{- if eq .rawValue "OPENSHIFT4_CLUSTER" -}} | ||
| 15 | + {{- if eq .rawValue "OPENSHIFT4_CLUSTER" }} | ||
| 16 | 16 | openshift: 4 | |
| 17 | - {{- else if eq .rawValue "OPENSHIFT_CLUSTER" -}} | ||
| 17 | + {{- else if eq .rawValue "OPENSHIFT_CLUSTER" }} | ||
| 18 | 18 | {{/* We don't support this anymore, but this way we are explicit about it | |
| 19 | 19 | and produce a rendering error for this cluster type. */}} | |
| 20 | 20 | openshift: 3 | |
| 21 | - {{- else -}} | ||
| 21 | + {{- else }} | ||
| 22 | 22 | openshift: false | |
| 23 | - {{- end -}} | ||
| 23 | + {{- end }} | ||
| 24 | 24 | endpoint: | |
| 25 | 25 | central: | | |
| 26 | 26 | centralEndpoint: {{ .value }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments