We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78b81af + 57018a5 commit f49a936Copy full SHA for f49a936
2 files changed
charts/application-gitops/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
description: Chart to generate argocd apps
3
name: application-gitops
4
-version: 1.5.1
+version: 1.5.2
5
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
6
maintainers:
7
- name: rh-mobb
charts/application-gitops/templates/argocd-crd.yaml
@@ -14,6 +14,9 @@ spec:
14
- application-gitops
15
applicationInstanceLabelKey: argocd.argoproj.io/instance
16
applicationSet:
17
+ sourceNamespaces:
18
+ - '*-team'
19
+ - application-gitops
20
resources:
21
limits:
22
cpu: '1'
0 commit comments