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:
@@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user