File tree 1 file changed +4
-4
lines changed
root-applications/ibm-mas-cluster-root/templates 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ metadata:
10
10
environment : ' {{ .Values.account.id }}'
11
11
region : ' {{ .Values.region.id }}'
12
12
cluster : ' {{ .Values.cluster.id }}'
13
- icn : ' {{ .Values.ibm-customer-number }}'
14
- subscription-id : ' {{ .Values.sls-subscription-id }}'
13
+ icn : ' {{ .Values.ibm_customer_number }}'
14
+ subscription_id : ' {{ .Values.subscription_id }}'
15
15
annotations :
16
16
argocd.argoproj.io/sync-wave : " 065"
17
17
spec :
39
39
environment : ' {{ .Values.account.id }}'
40
40
region : ' {{ .Values.region.id }}'
41
41
cluster : ' {{ .Values.cluster.id }}'
42
- icn : ' {{ `{{.instance.}}` }}' <<---
43
- saas-sub-id : ' {{ `{{.instance.saas-sub-id }}` }}'
42
+ icn : ' {{ `{{.instance.ibm_customer_number }}` }}'
43
+ saas-sub-id : ' {{ `{{.instance.subscription_id }}` }}'
44
44
{{- if .Values.custom_labels }}
45
45
{{ .Values.custom_labels | toYaml | indent 8 }}
46
46
{{- end }}
You can’t perform that action at this time.
0 commit comments