2020-05-06 22:31:25 +00:00
|
|
|
bases:
|
|
|
|
- ../mariadb
|
|
|
|
|
2020-05-01 22:08:35 +00:00
|
|
|
resources:
|
|
|
|
- namespace.yaml
|
2020-05-02 01:55:34 +00:00
|
|
|
- nextcloud-deployment.yaml
|
|
|
|
- nextcloud-cronjob.yaml
|
|
|
|
|
|
|
|
secretGenerator:
|
|
|
|
- name: mariadb-credentials-secret
|
|
|
|
type: Opaque
|
2020-05-06 22:31:25 +00:00
|
|
|
behavior: replace
|
2020-05-02 01:55:34 +00:00
|
|
|
literals:
|
|
|
|
- database=nextcloud
|
|
|
|
- username=nextcloud
|
|
|
|
- password=replaceme
|
2020-05-01 22:08:35 +00:00
|
|
|
|
|
|
|
namespace: nextcloud
|