mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
9 lines
237 B
YAML
9 lines
237 B
YAML
{{ $values := (. | mustDeepCopy) }}
|
|
{{ $_ := set $values "common" (dict "nameSuffix" "postgres") }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: posgress-configmap
|
|
data:
|
|
database_url: {{ template "common.names.fullname" $values }}
|