diff --git a/charts/sure/templates/cnpg-cluster.yaml b/charts/sure/templates/cnpg-cluster.yaml index a19c789be..2e694ea54 100644 --- a/charts/sure/templates/cnpg-cluster.yaml +++ b/charts/sure/templates/cnpg-cluster.yaml @@ -74,6 +74,10 @@ spec: tolerations: {{- toYaml . | nindent 4 }} {{- end }} + {{- with .Values.cnpg.cluster.resources }} + resources: + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.cnpg.cluster.topologySpreadConstraints }} topologySpreadConstraints: {{- toYaml . | nindent 4 }}