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 }}