blob: cd3f446ef54a04ef62cf48d23a144eea52ecb81b [file] [log] [blame]
bases:
- ../base-cluster
resources:
- mysql-deployment.yaml
- mysql-pv.yaml
patchesStrategicMerge:
- deployment.yaml
configMapGenerator:
- name: gaas-config
files:
- ./gaas-application.conf
- name: standalone-config
files:
- ./standalone-application.conf
secretGenerator:
# this should be replaced with references to files/vars stored securely
- name: mysql-credentials
literals:
- username=default-user
- password=default-password