This message was deleted.
s
This message was deleted.
b
Say I have:
Copy code
template: {
          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