sparse-intern-71089
07/07/2022, 8:19 PMblue-leather-96987
07/07/2022, 8:22 PMtemplate: {
metadata: {
annotations: {
"autoscaling.knative.dev/maxScale" : "100"
"<http://run.googleapis.com/client-name|run.googleapis.com/client-name>" : "gcloud"
I know I can ignoreChanges of all annotations by ignoring template.metadata.annotations, but how can I reference the <http://run.googleapis.com/client-name|run.googleapis.com/client-name>
key? I tried a few things, like "template.metadata.annotations[\"<http://autoscaling.knative.dev/maxScale|autoscaling.knative.dev/maxScale>\"]"
but it always gets detected