Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1085 from flanksource/orphan-nginx
Browse files Browse the repository at this point in the history
fix: orphan nginx instead of deleting
  • Loading branch information
moshloop committed Sep 21, 2023
2 parents 819941d + ec6acd1 commit d1a5d6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/phases/nginx/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ var Defaults = map[string]string{

func Install(platform *platform.Platform) error {
if platform.Nginx != nil && platform.Nginx.Disabled {
if err := platform.DeleteSpecs(v1.NamespaceAll, "nginx.yaml", "nginx-oauth.yaml"); err != nil {
platform.Warnf("failed to delete specs: %v", err)
}
return nil
}

Expand Down

0 comments on commit d1a5d6d

Please sign in to comment.