chore(helm): Disable linkerd injection for migration job

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-01-05 00:17:45 +01:00
parent 6be1e7b662
commit 8c00dfa1b6
2 changed files with 13 additions and 0 deletions

View file

@ -26,6 +26,11 @@ spec:
template:
metadata:
name: postgresqlMigrate
{{- with .Values.migrationJob.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
spec:
initContainers:
- name: git

View file

@ -1,3 +1,7 @@
migrationJob:
podAnnotations:
linkerd.io/inject: disabled
redis: &redis
tls:
enabled: false
@ -5,6 +9,10 @@ redis: &redis
ingress-nginx:
enabled: true
controller:
admissionWebhooks:
patch:
podAnnotations:
linkerd.io/inject: disabled
name: controller
image:
registry: k8s.gcr.io