Files
chart/charts/home-assistant/1.0.31/templates/postgres-config.yaml
sonicaj 5586503455 Upgraded catalog item(s)
This commit upgrades home-assistant, minio catalog item(s).
2022-09-08 04:00:13 +00:00

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 }}