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 # TODO: switch to the next release when available
5
+
- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
6
+
6
7
# will be effective on argo-cd 2.1
7
8
configMapGenerator:
8
9
- name: argocd-cm
9
10
behavior: merge
10
11
literals:
11
12
- "timeout.reconciliation=5s"
12
-
# currently in use since we are on 2.0.4
13
+
13
14
patches:
14
-
- patch: |-
15
-
apiVersion: apps/v1
16
-
kind: StatefulSet
17
-
metadata:
18
-
name: argocd-application-controller
19
-
spec:
20
-
template:
21
-
spec:
22
-
containers:
23
-
- name: argocd-application-controller
24
-
command:
25
-
- argocd-application-controller
26
-
- --status-processors
27
-
- "20"
28
-
- --operation-processors
29
-
- "10"
30
-
- --app-resync
31
-
- "5"
15
+
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
0 commit comments