Commit cac38cd
authored
docs: fix service.beta.kubernetes.io/actions example (#4529)
The `service.beta.kubernetes.io/actions.*` annotation value must be a valid JSON string not a YAML map. Right now I get this controller error: `failed to parse json annotation...invalid character 'm' looking for beginning of value`.1 parent 3347402 commit cac38cd
1 file changed
+19
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
242 | 247 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 248 | | |
247 | 249 | | |
248 | | - | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments