From e6dd804ab73b5eae3e1c95db3655cd9bd5179791 Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Tue, 5 Nov 2024 00:35:31 +0000 Subject: [PATCH] fixing typo --- k3s-tooling/templates/cnpg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s-tooling/templates/cnpg.yaml b/k3s-tooling/templates/cnpg.yaml index b6d25d4..4a5262f 100644 --- a/k3s-tooling/templates/cnpg.yaml +++ b/k3s-tooling/templates/cnpg.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: "https://cloudnative-pg.github.io/charts" # Helm repository for Tailscale chart: cloudnative-pg # Chart name - targetRevision: {{ .Values.cnpd.targetRevision }} + targetRevision: {{ .Values.cnpg.targetRevision }} destination: server: {{ .Values.cnpg.destination.server }} namespace: {{ .Values.cnpg.destination.namespace }}