File tree 5 files changed +13
-25
lines changed
5 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 9
9
project : default
10
10
source :
11
11
path : kubernetes/gke-utility/atlantis
12
- repoURL : https://github.com/borg-land /k8s.io
13
- targetRevision : deploy-atlantis
12
+ repoURL : https://github.com/kubernetes /k8s.io
13
+ targetRevision : main
14
14
syncPolicy :
15
15
automated :
16
- prune : false
16
+ prune : true
17
17
selfHeal : true
18
18
syncOptions :
19
19
- CreateNamespace=true
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
4
# - argocd.yaml This has been manually applied to fix sync issues
5
+ - atlantis.yaml
5
6
- external-secrets.yaml
6
7
- cert-manager.yaml
7
8
- prow.yaml
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ metadata:
4
4
name : atlantis
5
5
spec :
6
6
parentRefs :
7
- - name : prow
7
+ - name : istio-ingressgateway
8
+ namespace : istio-system
8
9
sectionName : https
9
10
hostnames :
10
11
- atlantis.k8s.io
15
16
backendRefs :
16
17
- name : atlantis
17
18
port : 80
18
- ---
19
- apiVersion : security.istio.io/v1
20
- kind : AuthorizationPolicy
21
- metadata :
22
- name : atlantis
23
- spec :
24
- selector :
25
- matchLabels :
26
- app.kubernetes.io/name : atlantis
27
- action : ALLOW
28
- rules :
29
- - from :
30
- - source :
31
- remoteIpBlocks :
32
- - " 192.30.252.0/22"
33
- - " 185.199.108.0/22"
34
- - " 140.82.112.0/20"
35
- - " 143.55.64.0/20"
36
- - " 2a0a:a440::/29"
37
- - " 2606:50c0::/32"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resources:
9
9
10
10
images :
11
11
- name : ghcr.io/runatlantis/atlantis
12
- newTag : v0.30.0
12
+ newTag : v0.30.0
13
13
14
14
configMapGenerator :
15
15
- name : atlantis-config
Original file line number Diff line number Diff line change 16
16
hosts :
17
17
- argo.k8s.io
18
18
- monitoring.prow.k8s.io
19
+ # we want to force auth to atlantis.k8s.io/* except /events
20
+ - operation :
21
+ hosts :
22
+ - atlantis.k8s.io
23
+ notPaths :
24
+ - " /events"
You can’t perform that action at this time.
0 commit comments