From 20561687bf1841dcb66608d83377cd9db7f790b3 Mon Sep 17 00:00:00 2001 From: Vedant Shrotria Date: Mon, 14 Mar 2022 11:09:34 +0530 Subject: [PATCH] Fixing manifest for namespaced scope (#3494) * Fixing manifest for namespaced scope Signed-off-by: Jonsy13 * Fixing mountPath for chaoshub in namespaced scope Signed-off-by: Jonsy13 --- litmus-portal/namespaced-k8s-template.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/litmus-portal/namespaced-k8s-template.yml b/litmus-portal/namespaced-k8s-template.yml index 93b5149c754..252e77c7fa9 100644 --- a/litmus-portal/namespaced-k8s-template.yml +++ b/litmus-portal/namespaced-k8s-template.yml @@ -568,7 +568,6 @@ spec: memory: "512Mi" cpu: "250m" ephemeral-storage: "1Gi" ---- volumes: - name: gitops-storage emptyDir: {} @@ -580,7 +579,7 @@ spec: volumeMounts: - mountPath: /tmp/gitops name: gitops-storage - - mountPath: /data/tmp + - mountPath: /tmp/version name: hub-storage securityContext: runAsUser: 2000 @@ -701,7 +700,6 @@ spec: memory: "512Mi" cpu: "250m" ephemeral-storage: "1Gi" ---- containers: - name: auth-server image: litmuschaos/litmusportal-auth-server:ci