Skip to content

Commit 2c5d4d1

Browse files
committed
Small bugfix with exporter resources
1 parent 259ad7e commit 2c5d4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/pgbouncer/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/pgbouncer/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
name: {{ .statsPgPasswordSecretRef.name }}
8383
key: {{ .statsPgPasswordSecretRef.key }}
8484
resources:
85-
{{- toYaml .Values.prometheusExporter.resources | nindent 12 }}
85+
{{- toYaml .resources | nindent 12 }}
8686
{{- end }}
8787
{{- end }}
8888
{{- with .Values.nodeSelector }}

0 commit comments

Comments
 (0)