From 3b8cd1f249cf88f56bdc0d2d961fb920a275c7af Mon Sep 17 00:00:00 2001 From: case0sh Date: Thu, 31 Aug 2023 20:56:02 +0200 Subject: [PATCH] fix syntax --- charts/ocis/templates/antivirus/deployment.yaml | 1 - charts/ocis/templates/appprovider/deployment.yaml | 1 - charts/ocis/templates/proxy/deployment.yaml | 1 - deployments/development-install/helmfile.yaml | 11 ----------- 4 files changed, 14 deletions(-) diff --git a/charts/ocis/templates/antivirus/deployment.yaml b/charts/ocis/templates/antivirus/deployment.yaml index a75953436..cbf39ff99 100644 --- a/charts/ocis/templates/antivirus/deployment.yaml +++ b/charts/ocis/templates/antivirus/deployment.yaml @@ -15,7 +15,6 @@ spec: {{- include "ocis.serviceAccount" . | nindent 6 }} {{- include "ocis.affinity" .Values.services.antivirus | nindent 6 }} {{- include "ocis.securityContextAndtopologySpreadConstraints" . | nindent 6 }} - nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }} containers: - name: {{ .appName }} diff --git a/charts/ocis/templates/appprovider/deployment.yaml b/charts/ocis/templates/appprovider/deployment.yaml index 020034c33..14b5322c7 100644 --- a/charts/ocis/templates/appprovider/deployment.yaml +++ b/charts/ocis/templates/appprovider/deployment.yaml @@ -16,7 +16,6 @@ spec: {{- include "ocis.serviceAccount" $ | nindent 6 }} {{- include "ocis.affinity" $.Values.services.appprovider | nindent 6 }} {{- include "ocis.securityContextAndtopologySpreadConstraints" $ | nindent 6 }} - nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }} containers: - name: {{ $.appName }} diff --git a/charts/ocis/templates/proxy/deployment.yaml b/charts/ocis/templates/proxy/deployment.yaml index 9af506b50..0a92fd6ac 100644 --- a/charts/ocis/templates/proxy/deployment.yaml +++ b/charts/ocis/templates/proxy/deployment.yaml @@ -14,7 +14,6 @@ spec: {{- include "ocis.serviceAccount" . | nindent 6 }} {{- include "ocis.affinity" .Values.services.proxy | nindent 6 }} {{- include "ocis.securityContextAndtopologySpreadConstraints" . | nindent 6 }} - nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }} containers: - name: {{ .appName }} diff --git a/deployments/development-install/helmfile.yaml b/deployments/development-install/helmfile.yaml index ed2e46154..dbc500939 100644 --- a/deployments/development-install/helmfile.yaml +++ b/deployments/development-install/helmfile.yaml @@ -4,8 +4,6 @@ releases: namespace: ocis values: - externalDomain: ocis.kube.owncloud.test - # - deploymentStrategy: - # type: Recreate - ingress: enabled: true ingressClassName: nginx @@ -27,40 +25,31 @@ releases: idm: persistence: enabled: true - chownInitContainer: true nats: persistence: enabled: true - chownInitContainer: true search: persistence: enabled: true - chownInitContainer: true storagesystem: persistence: enabled: true - chownInitContainer: true storageusers: persistence: enabled: true - chownInitContainer: true store: persistence: enabled: true - chownInitContainer: true thumbnails: - persistence: enabled: true - chownInitContainer: true web: persistence: enabled: true - chownInitContainer: true