FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2e650de8 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Merge branch 'hotfix-cloud-run-name' into 'master'

main.tf: don't ignore changes in name

See merge request !4
parents c91dd55a b9f6ca5e
No related branches found
No related tags found
1 merge request!4main.tf: don't ignore changes in name
Pipeline #26087 passed
......@@ -96,9 +96,6 @@ resource "google_cloud_run_service" "webapp" {
# resource be updated.
template[0].spec[0].containers[0].image,
# Also the name of the revision will change with each CI deployment
template[0].metadata[0].name,
# Some common annotations which we don't care about.
template[0].metadata[0].annotations["client.knative.dev/user-image"],
template[0].metadata[0].annotations["run.googleapis.com/client-name"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment