From f4b27ad810835b6ff2a69d986d79c406c66e8b7e Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Fri, 29 Nov 2019 15:07:11 +0100 Subject: [PATCH] Remove workaround for memcached chart bug --- helmfiles/helmfile.d/00-flux.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helmfiles/helmfile.d/00-flux.yaml b/helmfiles/helmfile.d/00-flux.yaml index 6cf4a4bf5..d535369ee 100644 --- a/helmfiles/helmfile.d/00-flux.yaml +++ b/helmfiles/helmfile.d/00-flux.yaml @@ -28,10 +28,6 @@ releases: # Delete resources originally created by Flux when their manifests # are removed from the git repo. enabled: true - # bug in memcached chart? - memcached: - securityContext: - allowPrivilegeEscalation: null wait: false - name: "oas-{{ .Environment.Values.releaseName }}-helm-operator" namespace: "oas" -- GitLab