Skip to content

Commit

Permalink
fix: fix incorrect include
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolò Ciraci <[email protected]>
  • Loading branch information
CiraciNicolo committed Dec 9, 2024
1 parent f4a15dd commit ce9fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/pooler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: postgresql.cnpg.io/v1
kind: Pooler
metadata:
name: {{ include "cluster.fullname" $ }}-pooler-{{ .name }}
namespace: {{ include "cluster.namespace" . }}
namespace: {{ include "cluster.namespace" $ }}
spec:
cluster:
name: {{ include "cluster.fullname" $ }}
Expand Down

0 comments on commit ce9fad6

Please sign in to comment.