We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc398c1 + e86bcf4 commit 7295407Copy full SHA for 7295407
2 files changed
charts/cluster-bootstrap-acm-spoke/Chart.yaml
@@ -1,3 +1,6 @@
1
+home: https://rh-mobb.github.io/validated-pattern-helm-charts/
2
+maintainers:
3
+ - name: rh-mobb
4
apiVersion: v2
5
dependencies:
6
- name: helper-installplan-approver
@@ -8,4 +11,4 @@ dependencies:
8
11
version: 1.4.0
9
12
description: Chart to kick off gitops installation and bootstrapping of blue print
10
13
name: cluster-bootstrap-acm-spoke
-version: 0.6.5
14
+version: 0.6.6
charts/cluster-bootstrap-acm-spoke/templates/argocd-crd.yaml
@@ -55,8 +55,8 @@ spec:
55
requests:
56
cpu: 250m
57
memory: 128Mi
58
- initialRepositories:
59
- {{ toYaml .Values.argocd.initialRepositories | nindent 4 }}
+ initialRepositories: |
+ {{ toYaml .Values.argocd.initialRepositories | nindent 4 }}
60
initialSSHKnownHosts: {}
61
monitoring:
62
enabled: false
0 commit comments