You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodwork01-mobene-deployment/templates/pgadmin/config.yaml

10 lines
187 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: '{{ .Values.stage }}-pgadmin-config'
data:
servers.json: |
{
"Servers": {{ .Values.pgadmin.env.servers | toJson }}
}