Commit 82e5dc0
committed
Fix gcloud metadata passing by using separate --metadata flags
Use individual --metadata flags for each key-value pair instead of building
one comma-separated string. This avoids parsing issues when values contain
special characters like semicolons or slashes.1 parent a86482e commit 82e5dc0
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
233 | 236 | | |
234 | | - | |
| 237 | + | |
235 | 238 | | |
236 | 239 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments