From 9a6d2409a697f7e9811a0f4f8d31bb18bac1b926 Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Sun, 3 Sep 2023 21:51:33 +0200 Subject: [PATCH] fix(services): Enable security context and use default increased security settings --- helmfile/apps/services/values-clamav-distributed.gotmpl | 6 ------ helmfile/apps/services/values-clamav-simple.gotmpl | 5 ----- 2 files changed, 11 deletions(-) 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: