From fb3f221e51f87a44b69812107e37b0a9c3866d5f Mon Sep 17 00:00:00 2001 From: Tiberiu Patrascu Date: Sat, 7 Jun 2025 21:29:04 +0300 Subject: [PATCH] Helm chart fix operator-deployment.yaml affinity Fix typo --- .../stackgres-operator/templates/operator-deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stackgres-k8s/install/helm/stackgres-operator/templates/operator-deployment.yaml b/stackgres-k8s/install/helm/stackgres-operator/templates/operator-deployment.yaml index 7929bcd07..b73eb5d46 100644 --- a/stackgres-k8s/install/helm/stackgres-operator/templates/operator-deployment.yaml +++ b/stackgres-k8s/install/helm/stackgres-operator/templates/operator-deployment.yaml @@ -29,10 +29,6 @@ spec: {{- toYaml . | nindent 8 }} {{- end}} serviceAccountName: {{ .Release.Name }} - {{- with .Values.operator.affinity}} - affinity: - {{- toYaml . | nindent 8 }} - {{- end}} {{- with .Values.operator.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}