Skip to content

Commit

Permalink
Merge pull request #56 from wunderio/feature/pvc-cleanup
Browse files Browse the repository at this point in the history
Remove related pvc's by default
  • Loading branch information
Rade333 authored Mar 5, 2024
2 parents cd0e0f9 + 664b062 commit 469406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ciReleaseDelete.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func init() {

ciReleaseDeleteCmd.Flags().String("release-name", "", "Release name")
ciReleaseDeleteCmd.Flags().String("namespace", "", "Project name (namespace, i.e. \"drupal-project\")")
ciReleaseDeleteCmd.Flags().Bool("delete-pvcs", false, "Delete PVCs (default: false)")
ciReleaseDeleteCmd.Flags().Bool("delete-pvcs", true, "Delete PVCs (default: true)")

ciReleaseDeleteCmd.MarkFlagRequired("release-name")
ciReleaseDeleteCmd.MarkFlagRequired("namespace")
Expand Down

0 comments on commit 469406f

Please sign in to comment.