2025-02-04 15:48:36 -08:00

37 lines
881 B
YAML

# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# This is to override the chart name.
nameOverride: ""
fullnameOverride: ""
postgres:
image:
ref: postgres
# This sets the pull policy for images.
pullPolicy: IfNotPresent
host: ""
username: postgres
password: ""
databases:
- database: test
username: test
password: test
- database: test1
username: test1
password: test1
mysql:
image:
ref: mysql
# This sets the pull policy for images.
pullPolicy: IfNotPresent
host: ""
username: root
password: ""
databases:
- database: test
username: test
password: test
- database: test1
username: test1
password: test1