Skip to content

Commit 6e3aa41

Browse files
committed
fixup issues with variable names
1 parent 676114c commit 6e3aa41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

root-applications/ibm-mas-cluster-root/templates/065-sls-appset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
environment: '{{ .Values.account.id }}'
1111
region: '{{ .Values.region.id }}'
1212
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 }}'
1515
annotations:
1616
argocd.argoproj.io/sync-wave: "065"
1717
spec:
@@ -39,8 +39,8 @@ spec:
3939
environment: '{{ .Values.account.id }}'
4040
region: '{{ .Values.region.id }}'
4141
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}}` }}'
4444
{{- if .Values.custom_labels }}
4545
{{ .Values.custom_labels | toYaml | indent 8 }}
4646
{{- end }}

0 commit comments

Comments
 (0)