File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 6868 imagePullSecrets :
6969 - name : formal-ecr-secret
7070 {{- end }}
71+ {{- with .Values.tolerations }}
72+ tolerations :
73+ {{- toYaml . | nindent 8 }}
74+ {{- end }}
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ podAnnotations:
5959 cluster-autoscaler.kubernetes.io/safe-to-evict : " true"
6060volumes : []
6161volumeMounts : []
62+ tolerations : []
6263
6364# RBAC resources give pod and lease permissions to the service account for
6465# cluster formation (pod discovery + lease-based bootstrap coordination)
Original file line number Diff line number Diff line change @@ -46,4 +46,8 @@ template:
4646 name: {{ include " connector.fullname" . }}-ecr
4747 key: ecr-secret-access-key
4848 restartPolicy: OnFailure
49+ {{- with .Values.tolerations }}
50+ tolerations:
51+ {{- toYaml . | nindent 6 }}
52+ {{- end }}
4953{{- end }}
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ schedule: "0 */6 * * *"
1414registryUrl : 654654333078.dkr.ecr.eu-west-1.amazonaws.com
1515successfulJobsHistoryLimit : 3
1616failedJobsHistoryLimit : 1
17+
18+ tolerations : []
You can’t perform that action at this time.
0 commit comments