Explorar o código

Update postgres deployment to correctly render namesuffix

Waqar Ahmed %!s(int64=4) %!d(string=hai) anos
pai
achega
d87da453bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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