Rename releasenamespace field to selfnamespace

This commit is contained in:
M. Mert Yildiran
2023-07-03 11:54:06 +03:00
parent f7ce141d0d
commit d8ee89225c
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.ReleaseNamespaceLabel, "s", defaultTapConfig.ReleaseNamespace, "Self-namespace of Kubeshark")
cleanCmd.Flags().StringP(configStructs.SelfNamespaceLabel, "s", defaultTapConfig.SelfNamespace, "Self-namespace of Kubeshark")
}