From 0392d39d0eab29c2a0276c2c61d45c8b6ae4e3de Mon Sep 17 00:00:00 2001 From: Philip Dakowitz Date: Fri, 13 Oct 2023 11:41:15 +0200 Subject: [PATCH] fix template --- charts/sophora-cluster-common/templates/pdb/pdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sophora-cluster-common/templates/pdb/pdb.yaml b/charts/sophora-cluster-common/templates/pdb/pdb.yaml index 3588be2..0412a36 100644 --- a/charts/sophora-cluster-common/templates/pdb/pdb.yaml +++ b/charts/sophora-cluster-common/templates/pdb/pdb.yaml @@ -4,7 +4,7 @@ apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ .name }} - labels: {{- include "sophora-cluster-common.labels" . | nindent 4 }} + labels: {{- include "sophora-cluster-common.labels" $ | nindent 4 }} spec: minAvailable: {{ .minAvailable }} selector: