mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
updated cli comment (#2242)
Signed-off-by: NoSkillGirl <singhpooja240393@gmail.com>
This commit is contained in:
parent
32d7a4e271
commit
f23ad925da
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ func GetVariable(variablesString, valuesFile string, fs billy.Filesystem, isGit
|
|||
}
|
||||
|
||||
if reqObjVars != "" {
|
||||
fmt.Printf(("\nvariable request.object.* is handled by kyverno. ignoring value of variables: `%v` passed by the user.\n"), reqObjVars)
|
||||
fmt.Printf(("\nNOTICE: request.object.* variables are automatically parsed from the supplied resource. Ignoring value of variables `%v`.\n"), reqObjVars)
|
||||
}
|
||||
|
||||
storePolices := make([]store.Policy, 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue