Browse Source

Update postgres deployment to correctly render namesuffix

Waqar Ahmed 4 years ago
parent
commit
d87da453bc
1 changed files with 1 additions and 1 deletions
  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