Add support for GKE Workload Identity
In order to use something like Google Cloud Secret Manager, you need to first authenticate with Google Cloud, which means passing in those credentials via CI/CD Variables as an Environment variable.
GKE has "Workload Identity" which allows you to automatically inject your Google Cloud credentials into pods.
The problem is, you need to create a service-account within a deployed namespace and annotate that service-account, which doesn't happen via AutoDevops.
https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity