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