Skip to content

Commit

Permalink
Merge pull request #7 from kloeckner-i/METAL-3712/fix_typo_fullname
Browse files Browse the repository at this point in the history
fix db-instance chart wrong fullname key
  • Loading branch information
hyunysmile authored Sep 30, 2022
2 parents 687e51c + ef8ac41 commit ad19653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/db-instances/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Database Instances for db operator
name: db-instances
version: 1.3.2
version: 1.3.3
2 changes: 1 addition & 1 deletion charts/db-instances/templates/postgres_exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
{{- end }}
- configMap:
defaultMode: 420
name: {{ template "db-instance.fullname" . }}-pgexporter-query
name: {{ template "db-instances.fullname" . }}-pgexporter-query
name: queries
{{- if $root.Values.serviceMonitor.enabled }}
---
Expand Down

0 comments on commit ad19653

Please sign in to comment.