We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdea240 + 83a5778 commit 24442a1Copy full SHA for 24442a1
1 file changed
templates/_helpers.tpl
@@ -45,7 +45,7 @@ Default always defined valueFiles to be included when pushing the cluster wide a
45
- name: global.localClusterName
46
value: '{{ `{{ (split "." (lookup "config.openshift.io/v1" "Ingress" "" "cluster").spec.domain)._1 }}` }}'
47
- name: global.clusterPlatform
48
- value: {{ $.Values.global.clusterPlatform }}
+ value: '{{ `{{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").spec.platformSpec.type }}` }}'
49
- name: global.multiSourceSupport
50
value: {{ $.Values.global.multiSourceSupport | quote }}
51
- name: global.multiSourceRepoUrl
0 commit comments