++
This commit is contained in:
parent
9f7af7e39e
commit
c7c8f2683a
@ -42,7 +42,7 @@ spec:
|
||||
|
||||
image:
|
||||
name:
|
||||
_default: cr.yandex/crp3ccidau046kdj8g9q/att9:dev
|
||||
_default: 10.4.10.187:80/library/att9:dev
|
||||
pullPolicy:
|
||||
_default: IfNotPresent
|
||||
|
||||
|
||||
@ -26,6 +26,20 @@ spec:
|
||||
remediation:
|
||||
retries: 3
|
||||
|
||||
postRenderers:
|
||||
- kustomize:
|
||||
patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: engine-low
|
||||
patch: |-
|
||||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: workflows-backend-sa
|
||||
- op: add
|
||||
path: /spec/template/spec/automountServiceAccountToken
|
||||
value: true
|
||||
|
||||
values:
|
||||
global:
|
||||
env: _default
|
||||
|
||||
@ -26,6 +26,20 @@ spec:
|
||||
remediation:
|
||||
retries: 3
|
||||
|
||||
postRenderers:
|
||||
- kustomize:
|
||||
patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: engine
|
||||
patch: |-
|
||||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: workflows-backend-sa
|
||||
- op: add
|
||||
path: /spec/template/spec/automountServiceAccountToken
|
||||
value: true
|
||||
|
||||
values:
|
||||
global:
|
||||
env: _default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user