|
resources:
|
|
- nextcloud-deployment.yaml
|
|
- nextcloud-cronjob.yaml
|
|
- ingress.yaml
|
|
|
|
secretGenerator:
|
|
- name: mariadb-credentials-secret
|
|
type: Opaque
|
|
behavior: create
|
|
literals:
|
|
- host=mariadb-localhost:3306
|
|
- database=nextcloud
|
|
- username=nextcloud
|
|
- password=changeme
|