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

15 lines
302 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:
2021-08-26 16:42:10 +00:00
- name: postgres-credentials-secret
2020-05-02 01:55:34 +00:00
type: Opaque
2020-08-02 01:49:55 +00:00
behavior: create
2020-05-02 01:55:34 +00:00
literals:
2021-08-26 16:42:10 +00:00
- host=172.18.1.2:5432
2020-05-02 01:55:34 +00:00
- database=nextcloud
- username=nextcloud
2020-08-11 04:37:20 +00:00
- password=changeme