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

@@ -22,9 +22,9 @@ func FormatError(err error) error {
"in the config file or setting the targeted namespace with --%s %s=<NAMEPSACE>",
err,
misc.Software,
configStructs.SelfNamespaceLabel,
configStructs.ReleaseNamespaceLabel,
config.SetCommandName,
configStructs.SelfNamespaceLabel)
configStructs.ReleaseNamespaceLabel)
} else if syntaxError, isSyntaxError := asRegexSyntaxError(err); isSyntaxError {
errorNew = fmt.Errorf("regex %s is invalid: %w", syntaxError.Expr, err)
} else {