feat: ignores labels added by gh action in unmanaged cloud run service / job (#3161)

* feat: ingnores labels in unmanaged service

* feat: ingnores labels in unmanaged service

* ignores all labels in unmanaged version

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Maciej Sikora
2025-06-16 10:09:14 +02:00
committed by GitHub
parent 554dabfd03
commit 6c403acf5e
2 changed files with 4 additions and 2 deletions

View File

@@ -501,7 +501,8 @@ resource "google_cloud_run_v2_service" "service_unmanaged" {
client,
client_version,
template[0].annotations["run.googleapis.com/operation-id"],
template[0].containers
template[0].containers,
template[0].labels
]
}
}