1
0
Fork 0
home-stack-kustomize/kustomize/bases/nextcloud/kustomization.yaml

15 lines
308 B
YAML
Raw Normal View History

2020-05-01 22:08:35 +00:00
resources:
2020-05-02 01:55:34 +00:00
- nextcloud-deployment.yaml
- nextcloud-cronjob.yaml
2020-08-02 03:40:27 +00:00
- ingress.yaml
2020-05-02 01:55:34 +00:00
secretGenerator:
- name: mariadb-credentials-secret
type: Opaque
2020-08-02 01:49:55 +00:00
behavior: create
2020-05-02 01:55:34 +00:00
literals:
2020-08-29 16:38:44 +00:00
- host=mariadb-localhost:3306
2020-05-02 01:55:34 +00:00
- database=nextcloud
- username=nextcloud
2020-08-11 04:37:20 +00:00
- password=changeme