diff --git a/templates/chartmuseum/chartmuseum-dpl.yaml b/templates/chartmuseum/chartmuseum-dpl.yaml index a7cfb3be5adbb62bb9e52361ee11a6ae9939c21c..5560d3bc730238a5e12ec60c8c9902d72c1e9073 100644 --- a/templates/chartmuseum/chartmuseum-dpl.yaml +++ b/templates/chartmuseum/chartmuseum-dpl.yaml @@ -24,6 +24,9 @@ spec: {{ toYaml .Values.chartmuseum.podAnnotations | indent 8 }} {{- end }} spec: + tolerations: + - effect: NoSchedule + operator: Exists containers: - name: chartmuseum image: {{ .Values.chartmuseum.image.repository }}:{{ .Values.chartmuseum.image.tag }} diff --git a/templates/database/database-ss.yaml b/templates/database/database-ss.yaml index 501ab97df226dbd2ef51e0e06a84767e47aad01a..f4cd230c3b9eb0add254d79b15a15cb054dde012 100644 --- a/templates/database/database-ss.yaml +++ b/templates/database/database-ss.yaml @@ -24,6 +24,9 @@ spec: {{ toYaml .Values.database.podAnnotations | indent 8 }} {{- end }} spec: + tolerations: + - effect: NoSchedule + operator: Exists initContainers: - name: "remove-lost-found" image: {{ .Values.database.internal.image.repository }}:{{ .Values.database.internal.image.tag }} diff --git a/templates/registry/registry-ss.yaml b/templates/registry/registry-ss.yaml index 3416471864cdbef1df2fccae17dd4f7d7b7b4ee4..d44b49ad4a14cbd5be91fa49b4485172111ab92d 100644 --- a/templates/registry/registry-ss.yaml +++ b/templates/registry/registry-ss.yaml @@ -25,6 +25,9 @@ spec: {{ toYaml .Values.registry.podAnnotations | indent 8 }} {{- end }} spec: + tolerations: + - effect: NoSchedule + operator: Exists containers: - name: registry image: {{ .Values.registry.registry.image.repository }}:{{ .Values.registry.registry.image.tag }}