From bf5b1fe2c261a6b76e5ff32bc43575044230e8cd Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Fri, 17 Apr 2020 10:00:52 +0200 Subject: [PATCH] [POLICY] Fix in brmsgw template Double volumeMounts in brmsgw template fix Issue-ID: OOM-2342 Change-Id: Ia855d18a636b19ee9aafcc8739b8c52260f611c2 Signed-off-by: Dominik Mizyn --- kubernetes/policy/charts/brmsgw/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/policy/charts/brmsgw/templates/deployment.yaml b/kubernetes/policy/charts/brmsgw/templates/deployment.yaml index a636e9011f..95446b24bb 100644 --- a/kubernetes/policy/charts/brmsgw/templates/deployment.yaml +++ b/kubernetes/policy/charts/brmsgw/templates/deployment.yaml @@ -55,7 +55,6 @@ spec: - name: REPOSITORY_PASSWORD {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "nexus-creds" "key" "password") | indent 10 }} volumeMounts: - volumeMounts: - mountPath: /config-input name: pe - mountPath: /config -- 2.16.6