Skip to content

Commit

Permalink
fix(manifests): Add volume for plugin folder
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Chen <[email protected]>
  • Loading branch information
tommy351 committed Apr 30, 2024
1 parent 4b0289b commit 8c11dc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/base/argo-rollouts-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ spec:
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: plugin-bin
mountPath: /home/argo-rollouts/plugin-bin
securityContext:
runAsNonRoot: true
volumes:
- name: plugin-bin
emptyDir: {}
strategy:
type: RollingUpdate

0 comments on commit 8c11dc6

Please sign in to comment.