From 04bc5a0f9448b48c69f30ef02c0a1756543914d9 Mon Sep 17 00:00:00 2001 From: si-te <92753650+si-te@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:15:47 +0200 Subject: [PATCH 1/2] Remove unconditional resource assignment Remove unconditional resource assignment in chart for temporal --- charts/airbyte-temporal/templates/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/airbyte-temporal/templates/deployment.yaml b/charts/airbyte-temporal/templates/deployment.yaml index 7ca83df4696c..499eb146eca3 100644 --- a/charts/airbyte-temporal/templates/deployment.yaml +++ b/charts/airbyte-temporal/templates/deployment.yaml @@ -73,7 +73,6 @@ spec: {{- if .Values.containerSecurityContext }} securityContext: {{- toYaml .Values.containerSecurityContext | nindent 10 }} {{- end }} - resources: {{- toYaml .Values.resources | nindent 10 }} volumeMounts: - name: airbyte-temporal-dynamicconfig mountPath: "/etc/temporal/config/dynamicconfig/" @@ -109,7 +108,7 @@ spec: successThreshold: {{ .Values.readinessProbe.successThreshold }} failureThreshold: {{ .Values.readinessProbe.failureThreshold }} {{- end }} - {{- if .Values.extraContainers }} + Remove unconditional resource assignment in chart for temporal {{- if .Values.extraContainers }} {{ toYaml .Values.extraContainers | indent 8 }} {{- end }} {{- if .Values.global.extraConrainers }} From b73b17f96b7eb598890931373798a7582e8893f5 Mon Sep 17 00:00:00 2001 From: si-te <92753650+si-te@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:20:26 +0200 Subject: [PATCH 2/2] Squash --- charts/airbyte-temporal/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte-temporal/templates/deployment.yaml b/charts/airbyte-temporal/templates/deployment.yaml index 499eb146eca3..ff2120146a8e 100644 --- a/charts/airbyte-temporal/templates/deployment.yaml +++ b/charts/airbyte-temporal/templates/deployment.yaml @@ -108,7 +108,7 @@ spec: successThreshold: {{ .Values.readinessProbe.successThreshold }} failureThreshold: {{ .Values.readinessProbe.failureThreshold }} {{- end }} - Remove unconditional resource assignment in chart for temporal {{- if .Values.extraContainers }} + {{- if .Values.extraContainers }} {{ toYaml .Values.extraContainers | indent 8 }} {{- end }} {{- if .Values.global.extraConrainers }}