瀏覽代碼

Update postgres deployment to correctly render namesuffix

Waqar Ahmed 4 年之前
父節點
當前提交
d87da453bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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