chore(helm): Disable linkerd injection for migration job
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6be1e7b662
commit
8c00dfa1b6
2 changed files with 13 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
name: postgresqlMigrate
|
||||
{{- with .Values.migrationJob.podAnnotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: git
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue