Skip to content

Commit 7add7f6

Browse files
authored
Merge pull request #28 from rh-mobb/foster/acm-stuff
Foster/acm stuff
2 parents f570adc + 3c2983f commit 7add7f6

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: app-of-apps-acm-team-onboarding
33
description: Chart to onboard teams on an ACM hub with AppProjects, RBAC, and placement infrastructure for spoke deployment via ApplicationSets
4-
version: 0.4.0
4+
version: 0.4.1
55
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
66
maintainers:
77
- name: rh-mobb

charts/app-of-apps-acm-team-onboarding/templates/applicationset-controller-role.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ metadata:
1212
name: applicationset-controller
1313
namespace: {{ $app.apmnum }}-{{ $app.appserviceNumber }}-team
1414
rules:
15+
- apiGroups:
16+
- argoproj.io
17+
resources:
18+
- applicationsets
19+
verbs:
20+
- get
21+
- list
22+
- watch
1523
- apiGroups:
1624
- argoproj.io
1725
resources:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Chart to generate argocd apps
33
name: application-gitops
4-
version: 1.6.1
4+
version: 1.6.2
55
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
66
maintainers:
77
- name: rh-mobb

charts/application-gitops/values.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@ name: application-gitops
22
gitopsNamespace: application-gitops
33
domain: <placeholder_domain>
44
argocd:
5-
initialRepositories: []
5+
initialRepositories:
6+
- name: cluster-config
7+
type: git
8+
project: default
9+
url: https://github.com/rh-mobb/rosa-cluster-config.git
10+
insecure: true
11+
- name: helm-repo
12+
type: helm
13+
project: default
14+
url: https://rh-mobb.github.io/validated-pattern-helm-charts/
15+
- name: bookinfo
16+
type: git
17+
project: default
18+
url: https://github.com/foster-rh/bookinfo.git
19+
insecure: true

0 commit comments

Comments
 (0)