Эх сурвалжийг харах

Update postgres deployment to correctly render namesuffix

Waqar Ahmed 4 жил өмнө
parent
commit
d87da453bc

+ 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