fix: add acl.json to new atlantis deployment
This commit is contained in:
@@ -4,11 +4,19 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
||||
value: /healthz
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/env/-
|
||||
value:
|
||||
name: INTRERNAL_PORT
|
||||
value: "8000"
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom
|
||||
value: []
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/volumeMounts/-
|
||||
value:
|
||||
name: acl
|
||||
mountPath: /app/acl.json
|
||||
subPath: acl.json
|
||||
readOnly: true
|
||||
- op: add
|
||||
path: /spec/template/spec/volumes/-
|
||||
value:
|
||||
name: acl
|
||||
configMap:
|
||||
name: petimeter-acl
|
||||
|
||||
Reference in New Issue
Block a user