File tree Expand file tree Collapse file tree 2 files changed +52
-39
lines changed
kubernetes/gke-utility/atlantis Expand file tree Collapse file tree 2 files changed +52
-39
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ gh-org: kubernetes
3
3
repo-allowlist : github.com/kubernetes/k8s.io
4
4
allow-fork-prs : true
5
5
atlantis-url : https://atlantis.k8s.io
6
- gh-team-allowlist : " sig-k8s-infra:*"
6
+ gh-team-allowlist : " sig-k8s-infra-leads :*"
7
7
disable-global-apply-lock : true
8
8
autodiscover-mode : auto
9
+ gh-allow-mergeable-bypass-apply : true
10
+ hide-prev-plan-comments : true
11
+ hide-unchanged-plan-comments : true
12
+ checkout-strategy : merge
13
+ emoji-reaction : eyes
14
+ # default-tf-distribution: opentofu # uncomment when we start using opentofu
Original file line number Diff line number Diff line change @@ -3,48 +3,55 @@ kind: Kustomization
3
3
namespace : atlantis
4
4
5
5
resources :
6
- - github.com/runatlantis/atlantis//kustomize
7
- - extras.yaml
8
- - httproute.yaml
6
+ - github.com/runatlantis/atlantis//kustomize
7
+ - extras.yaml
8
+ - httproute.yaml
9
9
10
10
images :
11
- - name : ghcr.io/runatlantis/atlantis
12
- newTag : v0.30 .0
11
+ - name : ghcr.io/runatlantis/atlantis
12
+ newTag : v0.34 .0
13
13
14
14
configMapGenerator :
15
- - name : atlantis-config
16
- files :
17
- - atlantis.yaml
15
+ - name : atlantis-config
16
+ files :
17
+ - atlantis.yaml
18
18
19
19
patchesStrategicMerge :
20
- - |-
21
- apiVersion: apps/v1
22
- kind: StatefulSet
23
- metadata:
24
- name: atlantis
25
- spec:
26
- template:
27
- spec:
28
- serviceAccountName: atlantis
29
- containers:
30
- - name: atlantis
31
- env:
32
- - name: ATLANTIS_CONFIG
33
- value: /config/atlantis.yaml
34
- - name: ATLANTIS_GH_TOKEN
35
- valueFrom:
36
- secretKeyRef:
37
- name: atlantis-vcs
38
- key: token
39
- - name: ATLANTIS_GH_WEBHOOK_SECRET
40
- valueFrom:
41
- secretKeyRef:
42
- name: atlantis-vcs
43
- key: webhook
44
- volumeMounts:
20
+ - |-
21
+ apiVersion: apps/v1
22
+ kind: StatefulSet
23
+ metadata:
24
+ name: atlantis
25
+ spec:
26
+ template:
27
+ spec:
28
+ serviceAccountName: atlantis
29
+ containers:
30
+ - name: atlantis
31
+ env:
32
+ - name: ATLANTIS_CONFIG
33
+ value: /config/atlantis.yaml
34
+ - name: ATLANTIS_GH_TOKEN
35
+ valueFrom:
36
+ secretKeyRef:
37
+ name: atlantis-vcs
38
+ key: token
39
+ - name: ATLANTIS_GH_WEBHOOK_SECRET
40
+ valueFrom:
41
+ secretKeyRef:
42
+ name: atlantis-vcs
43
+ key: webhook
44
+ resources:
45
+ requests:
46
+ cpu: 500m
47
+ memory: 1Gi
48
+ limits:
49
+ cpu: 4
50
+ memory: 6Gi
51
+ volumeMounts:
52
+ - name: config
53
+ mountPath: /config
54
+ volumes:
45
55
- name: config
46
- mountPath: /config
47
- volumes:
48
- - name: config
49
- configMap:
50
- name: atlantis-config
56
+ configMap:
57
+ name: atlantis-config
You can’t perform that action at this time.
0 commit comments