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 argoproj#8714 (argoproj#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>
Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
  • Loading branch information
2 people authored and wojtekidd committed Apr 25, 2022
1 parent ddc3b11 commit 15876f4
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
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
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
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
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
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 15876f4

Please sign in to comment.