plugin auskommentiert

This commit is contained in:
titusvermesan
2024-11-14 11:26:22 +01:00
parent e0a5673719
commit 1c3e9acfc8

View File

@@ -6,13 +6,13 @@ metadata:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
project: default project: default
sources: source:
- repoURL: 'https://nextcloud.github.io/helm/' repoURL: 'https://nextcloud.github.io/helm/'
targetRevision: 6.*.* targetRevision: 6.*.*
plugin: # plugin:
env: # env:
- name: TRUSTED_PROXIES # - name: TRUSTED_PROXIES
value: '10.43.0.0/16 192.168.4.0/24' # value: '10.43.0.0/16 192.168.4.0/24'
helm: helm:
parameters: parameters:
- name: image.repository - name: image.repository
@@ -35,6 +35,10 @@ spec:
value: 'innocloud.innovation-hub-niedersachsen.de' value: 'innocloud.innovation-hub-niedersachsen.de'
- name: nextcloud.password - name: nextcloud.password
value: 'InnoHubADMIN_2024!' value: 'InnoHubADMIN_2024!'
# - name: redis.enabled
# value: 'true'
# - name: replicaCount
# value: '2'
- name: internalDatabase.enabled - name: internalDatabase.enabled
value: 'false' value: 'false'
- name: postgresql.enabled - name: postgresql.enabled
@@ -66,6 +70,8 @@ spec:
value: 'true' value: 'true'
- name: cronjob.enabled - name: cronjob.enabled
value: 'true' value: 'true'
# - name: nextcloud.mail.enabled
# value: 'true'
- name: nextcloud.mail.fromAddress - name: nextcloud.mail.fromAddress
value: 'admin' value: 'admin'
- name: nextcloud.mail.domain - name: nextcloud.mail.domain