diff --git a/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml b/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml index 0ec4134..24b69d8 100644 --- a/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml +++ b/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml @@ -11,6 +11,9 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: rabbitmq @@ -100,6 +103,9 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: minio-sa @@ -189,10 +195,13 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: kafka-kafka-contour - automountServiceAccountToken: false + automountServiceAccountToken: true volumes: - name: sa-token projected: