Skip to content

Commit

Permalink
fix: node affinity definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Dec 16, 2024
1 parent 76ad0b0 commit d5e1965
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Binary file not shown.
Binary file added charts/namada-indexer/charts/redis-20.5.0.tgz
Binary file not shown.
7 changes: 2 additions & 5 deletions charts/namada-indexer/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ spec:
{{- if .Values.postgresOperator.enableReplicaConnectionPooler }}
enableReplicaConnectionPooler: {{ .Values.postgresOperator.enableReplicaConnectionPooler }}
{{- end }}
{{- if .Values.postgresOperator.enable_pod_antiaffinity }}
enablePodAntiAffinity: true
{{- end }}
{{- with .Values.postgresOperator.node_readiness_label }}
nodeReadinessLabel:
{{- with .Values.postgresOperator.nodeAffinity }}
nodeAffinity:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit d5e1965

Please sign in to comment.