diff --git a/helmfile/apps/services/values-clamav-distributed.gotmpl b/helmfile/apps/services/values-clamav-distributed.gotmpl index e921f6d3..a5e62a4c 100644 --- a/helmfile/apps/services/values-clamav-distributed.gotmpl +++ b/helmfile/apps/services/values-clamav-distributed.gotmpl @@ -5,8 +5,6 @@ SPDX-License-Identifier: Apache-2.0 --- clamd: podSecurityContext: - {{/* Disabled until NFS Provisioner on IONOS is fixed */}} - enabled: false replicaCount: {{ .Values.replicas.clamd }} image: registry: "{{ .Values.global.imageRegistry }}" @@ -17,8 +15,6 @@ clamd: freshclam: podSecurityContext: - {{/* Disabled until NFS Provisioner on IONOS is fixed */}} - enabled: false replicaCount: {{ .Values.replicas.freshclam }} image: registry: "{{ .Values.global.imageRegistry }}" @@ -42,8 +38,6 @@ icap: milter: podSecurityContext: - {{/* Disabled until NFS Provisioner on IONOS is fixed */}} - enabled: false replicaCount: {{ .Values.replicas.milter }} image: registry: "{{ .Values.global.imageRegistry }}" diff --git a/helmfile/apps/services/values-clamav-simple.gotmpl b/helmfile/apps/services/values-clamav-simple.gotmpl index 3755b554..1ab6209f 100644 --- a/helmfile/apps/services/values-clamav-simple.gotmpl +++ b/helmfile/apps/services/values-clamav-simple.gotmpl @@ -3,11 +3,6 @@ SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG Ze SPDX-License-Identifier: Apache-2.0 */}} --- - -podSecurityContext: - {{/* Disabled until NFS Provisioner on IONOS is fixed */}} - enabled: false - replicaCount: {{ .Values.replicas.clamav }} image: