Skip to content

Commit

Permalink
fix: add kubernetes config
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Dec 17, 2024
1 parent e28b382 commit e28ad59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/namada-indexer/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ metadata:
{{- end }}
spec:
teamId: {{ .Values.postgresOperator.teamId }}
{{- if .Values.postgresOperator.kubernetes }}
kubernetes:
{{- toYaml .Values.postgresOperator.kubernetes | nindent 4 }}
{{- end }}
volume:
size: {{ .Values.postgresOperator.volume.size }}
{{- if .Values.postgresOperator.volume.storageClass }}
Expand Down

0 comments on commit e28ad59

Please sign in to comment.