Update postgres deployment to correctly render namesuffix

This commit is contained in:
Waqar Ahmed
2021-01-31 16:50:26 +05:00
parent 9ff909446a
commit d87da453bc

View File

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