22 lines
496 B
YAML
22 lines
496 B
YAML
apiVersion: helm.fluxcd.io/v1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: helm-nextcloud
|
|
namespace: nextcloud
|
|
spec:
|
|
releaseName: nextcloud
|
|
targetNamespace: nextcloud
|
|
chart:
|
|
repository: https://kubernetes-charts.storage.googleapis.com
|
|
version: 1.9.2
|
|
name: nextcloud
|
|
values:
|
|
nextcloud:
|
|
username: admin
|
|
password: xxx
|
|
# TODO
|
|
# storage: nextcloud
|
|
# storage: mariadb
|
|
# .secret file with pw:mariadb user&admin
|
|
# with pw:nextcloud
|