Skip to content

Commit fb3f221

Browse files
authored
Helm chart fix operator-deployment.yaml affinity
Fix typo
1 parent c3502f0 commit fb3f221

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

stackgres-k8s/install/helm/stackgres-operator/templates/operator-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ spec:
2929
{{- toYaml . | nindent 8 }}
3030
{{- end}}
3131
serviceAccountName: {{ .Release.Name }}
32-
{{- with .Values.operator.affinity}}
33-
affinity:
34-
{{- toYaml . | nindent 8 }}
35-
{{- end}}
3632
{{- with .Values.operator.nodeSelector }}
3733
nodeSelector:
3834
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)