diff --git a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml index f549772..e8ed5b9 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml @@ -109,16 +109,22 @@ spec: image: pullSecrets: - name: regcred + serviceAccount: + automountServiceAccountToken: true tolerations: [] tasklist: image: pullSecrets: - name: regcred + serviceAccount: + automountServiceAccountToken: true tolerations: [] optimize: image: pullSecrets: - name: regcred + serviceAccount: + automountServiceAccountToken: true tolerations: [] executionIdentity: image: @@ -144,4 +150,6 @@ spec: image: pullSecrets: - name: regcred + serviceAccount: + automountServiceAccountToken: true tolerations: []