mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 05:08:18 +08:00
Update postgres deployment to correctly render namesuffix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ $values := . }}
|
||||
{{ $values := (. | mustDeepCopy) }}
|
||||
{{ $_ := set $values "common" (dict "nameSuffix" "postgres") }}
|
||||
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user