Skip to content

Commit 6950a0c

Browse files
committed
update cluster appset
1 parent 0210229 commit 6950a0c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

root-applications/ibm-mas-account-root/templates/000-cluster-appset.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ spec:
9292
revision: "{{ .Values.generator.revision }}"
9393
files:
9494
- path: "{{ .Values.account.id }}/*/instana-agent-operator.yaml"
95+
- git:
96+
repoURL: "{{ .Values.generator.repo_url }}"
97+
revision: "{{ .Values.generator.revision }}"
98+
files:
99+
- path: "{{ .Values.account.id }}/icn/*/ibm-sls.yaml"
100+
95101
syncPolicy:
96102
applicationsSync: "{{- if .Values.auto_delete }}sync{{- else }}create-update{{- end }}"
97103
template:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
IBM MAS Instance Root Application
1+
IBM MAS SLS Root Application
22
===============================================================================
33
Installs various ArgoCD Applications for managing instance-level MAS dependencies (e.g. SLS, DB2 Databases), MAS Core and MAS Applications (e.g. Manage, Monitor, etc) on the target cluster.

0 commit comments

Comments
 (0)