update-automountserviceaccounttokens: update example
Bug
Description
The current commented out example for an update-automountserviceaccounttokens is not up to date and will not work as written.
With new changes to the template the pods value has different formatting
instead of
# pods:
# - istiod-*
# - istio-operator-*
it should be
# pods:
# allow:
# - istiod-*
# - istio-operator-*
BigBang Version
2.25.0
Edited by Christopher Bauman