Skip to content

Commit

Permalink
Fixing manifest for namespaced scope (#3494)
Browse files Browse the repository at this point in the history
* Fixing manifest for namespaced scope

Signed-off-by: Jonsy13 <[email protected]>

* Fixing mountPath for chaoshub in namespaced scope

Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 authored Mar 14, 2022
1 parent 7dc9672 commit 2056168
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions litmus-portal/namespaced-k8s-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ spec:
memory: "512Mi"
cpu: "250m"
ephemeral-storage: "1Gi"
---
volumes:
- name: gitops-storage
emptyDir: {}
Expand All @@ -580,7 +579,7 @@ spec:
volumeMounts:
- mountPath: /tmp/gitops
name: gitops-storage
- mountPath: /data/tmp
- mountPath: /tmp/version
name: hub-storage
securityContext:
runAsUser: 2000
Expand Down Expand Up @@ -701,7 +700,6 @@ spec:
memory: "512Mi"
cpu: "250m"
ephemeral-storage: "1Gi"
---
containers:
- name: auth-server
image: litmuschaos/litmusportal-auth-server:ci
Expand Down

0 comments on commit 2056168

Please sign in to comment.