You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
#- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
7
8
- default-rbac.yaml
8
9
images:
9
10
- name: quay.io/argoproj/argocd
@@ -12,11 +13,10 @@ images:
12
13
13
14
# will be effective on argo-cd 2.1
14
15
configMapGenerator:
15
-
- name: argocd-cm
16
-
behavior: merge
16
+
- behavior: merge
17
17
literals:
18
-
- "timeout.reconciliation=20s"
19
-
- "accounts.admin=apiKey,login"# need to be able to generate apikey for generic eventsource
18
+
- timeout.reconciliation=20s
19
+
- accounts.admin=apiKey,login
20
20
- |
21
21
repository.credentials=- passwordSecret:
22
22
key: git_token
@@ -25,18 +25,19 @@ configMapGenerator:
25
25
usernameSecret:
26
26
key: git_username
27
27
name: autopilot-secret
28
-
- name: argocd-cmd-params-cm
29
-
behavior: merge
28
+
name: argocd-cm
29
+
-behavior: merge
30
30
literals:
31
-
- "server.insecure=true"
31
+
- server.insecure=true
32
+
name: argocd-cmd-params-cm
32
33
34
+
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
33
35
patches:
34
-
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
0 commit comments