Răsfoiți Sursa

Update postgres deployment to correctly render namesuffix

Waqar Ahmed 4 ani în urmă
părinte
comite
d87da453bc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/nextcloud/1.1.0/templates/postgres-deployment.yaml

+ 1 - 1
test/nextcloud/1.1.0/templates/postgres-deployment.yaml

@@ -1,4 +1,4 @@
-{{ $values := . }}
+{{ $values := (. | mustDeepCopy) }}
 {{ $_ := set $values "common" (dict "nameSuffix" "postgres") }}
 apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
 kind: Deployment