Skip to content

Commit

Permalink
fix: Remove orphan static-files volume from ArgoCD server deployment …
Browse files Browse the repository at this point in the history
…manifest - Fixes #8714 (#9013)

* fix: Remove orphan static-files volume from ArgoCD server deployment manifest

Signed-off-by: Domonkos Cinke <seayou@gmail.com>

* fix: Make codegen

Signed-off-by: Domonkos Cinke <seayou@gmail.com>

Co-authored-by: Domonkos Cinke <domonkos.cinke@namecheap.com>
  • Loading branch information
Sea-you and cu12 authored Apr 20, 2022
1 parent fdcaa55 commit 86d04de
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions manifests/base/server/argocd-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ spec:
name: plugins-home
- emptyDir: {}
name: tmp
- emptyDir: {}
name: static-files
- name: ssh-known-hosts
configMap:
name: argocd-ssh-known-hosts-cm
Expand Down
2 changes: 0 additions & 2 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11004,8 +11004,6 @@ spec:
name: plugins-home
- emptyDir: {}
name: tmp
- emptyDir: {}
name: static-files
- configMap:
name: argocd-ssh-known-hosts-cm
name: ssh-known-hosts
Expand Down
2 changes: 0 additions & 2 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1940,8 +1940,6 @@ spec:
name: plugins-home
- emptyDir: {}
name: tmp
- emptyDir: {}
name: static-files
- configMap:
name: argocd-ssh-known-hosts-cm
name: ssh-known-hosts
Expand Down
2 changes: 0 additions & 2 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10339,8 +10339,6 @@ spec:
name: plugins-home
- emptyDir: {}
name: tmp
- emptyDir: {}
name: static-files
- configMap:
name: argocd-ssh-known-hosts-cm
name: ssh-known-hosts
Expand Down
2 changes: 0 additions & 2 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,8 +1275,6 @@ spec:
name: plugins-home
- emptyDir: {}
name: tmp
- emptyDir: {}
name: static-files
- configMap:
name: argocd-ssh-known-hosts-cm
name: ssh-known-hosts
Expand Down

0 comments on commit 86d04de

Please sign in to comment.