We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999b725 commit 0cb8632Copy full SHA for 0cb8632
root-applications/ibm-mas-cluster-root/templates/065-sls-appset.yaml
@@ -34,13 +34,13 @@ spec:
34
applicationsSync: "{{- if .Values.auto_delete }}sync{{- else }}create-update{{- end }}"
35
template:
36
metadata:
37
- name: "sls.{{ .Values.icn }}.{{ `{{Values.saas_sub_id}}` }}"
+ name: "sls.{{ .Values.icn }}.{{ .Values.subscription_id }}"
38
labels:
39
environment: '{{ .Values.account.id }}'
40
region: '{{ .Values.region.id }}'
41
cluster: '{{ .Values.cluster.id }}'
42
- icn: '{{ `{{.instance.ibm_customer_number}}` }}'
43
- subscription_id: '{{ `{{.instance.subscription_id}}` }}'
+ icn: '{{ .Values.ibm_customer_number }}'
+ subscription_id: '{{ .Values.subscription_id }}'
44
{{- if .Values.custom_labels }}
45
{{ .Values.custom_labels | toYaml | indent 8 }}
46
{{- end }}
0 commit comments