File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ message Runnable {
126126 bool block_external_network = 9 ;
127127
128128 // Optional username for logging in to a docker registry. If username
129- // matches " projects/*/secrets/*/versions/*" then Batch will read the
129+ // matches ` projects/*/secrets/*/versions/*` then Batch will read the
130130 // username from the Secret Manager.
131131 string username = 10 ;
132132
133133 // Optional password for logging in to a docker registry. If password
134- // matches " projects/*/secrets/*/versions/*" then Batch will read the
134+ // matches ` projects/*/secrets/*/versions/*` then Batch will read the
135135 // password from the Secret Manager;
136136 string password = 11 ;
137137 }
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ message Runnable {
131131 bool block_external_network = 9 ;
132132
133133 // Optional username for logging in to a docker registry. If username
134- // matches " projects/*/secrets/*/versions/*" then Batch will read the
134+ // matches ` projects/*/secrets/*/versions/*` then Batch will read the
135135 // username from the Secret Manager.
136136 string username = 10 ;
137137
138138 // Optional password for logging in to a docker registry. If password
139- // matches " projects/*/secrets/*/versions/*" then Batch will read the
139+ // matches ` projects/*/secrets/*/versions/*` then Batch will read the
140140 // password from the Secret Manager;
141141 string password = 11 ;
142142 }
You can’t perform that action at this time.
0 commit comments