Revert " Rename releasenamespace field to selfnamespace"

This reverts commit d8ee89225c.
This commit is contained in:
M. Mert Yildiran
2023-07-03 15:11:21 +03:00
parent f269a61842
commit 77a14410f4
10 changed files with 24 additions and 24 deletions

View File

@@ -33,5 +33,5 @@ func init() {
log.Debug().Err(err).Send()
}
cleanCmd.Flags().StringP(configStructs.SelfNamespaceLabel, "s", defaultTapConfig.SelfNamespace, "Self-namespace of Kubeshark")
cleanCmd.Flags().StringP(configStructs.ReleaseNamespaceLabel, "s", defaultTapConfig.ReleaseNamespace, "Self-namespace of Kubeshark")
}