Skip to content

Commit d024580

Browse files
committed
Move environment variable to correct place in alphabethical order
1 parent ec3ad79 commit d024580

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/en/docs/reference/kubectl/kubectl.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,13 @@ kubectl [flags]
351351
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to false, turns off extra HTTP headers detailing invoked kubectl command (Kubernetes version v1.22 or later)</td>
352352
</tr>
353353

354-
354+
<tr>
355+
<td colspan="2">KUBECTL_DEBUG_CUSTOM_PROFILE</td>
356+
</tr>
357+
<tr>
358+
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, custom flag will be enabled in kubectl debug. This flag is used to customize the pre-defined profiles.
359+
</td>
360+
</tr>
355361

356362
<tr>
357363
<td colspan="2">KUBECTL_EXPLAIN_OPENAPIV3</td>
@@ -377,14 +383,6 @@ kubectl [flags]
377383
</td>
378384
</tr>
379385

380-
<tr>
381-
<td colspan="2">KUBECTL_DEBUG_CUSTOM_PROFILE</td>
382-
</tr>
383-
<tr>
384-
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, custom flag will be enabled in kubectl debug. This flag is used to customize the pre-defined profiles.
385-
</td>
386-
</tr>
387-
388386
</tbody>
389387
</table>
390388

0 commit comments

Comments
 (0)