mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Fix: Typo in x509_decode JMESPath function's note (#4773)
* changed 'json' to 'an object' * changed 'json' to 'an object' sign: Vishal Choudhary <contactvishaltech@gmail.com> * changed 'json' to 'an object' * changed 'json' to 'an object' sign: Vishal Choudhary <contactvishaltech@gmail.com> Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
25cf8d6c1e
commit
44763cf61b
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ func GetFunctions() []*FunctionEntry {
|
|||
Handler: jpX509Decode,
|
||||
},
|
||||
ReturnType: []JpType{JpObject},
|
||||
Note: "decodes an x.509 certificate to json. you may also use this in conjunction with `base64_decode` jmespath function to decode a base64-encoded certificate",
|
||||
Note: "decodes an x.509 certificate to an object. you may also use this in conjunction with `base64_decode` jmespath function to decode a base64-encoded certificate",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue