@@ -207,6 +207,10 @@ spec:
207
207
- value
208
208
type : object
209
209
type : array
210
+ skipCommandOutput :
211
+ description : SkipCommandOutput removes the command from
212
+ the output logs.
213
+ type : boolean
210
214
skipLogOutput :
211
215
description : SkipLogOutput removes the output from the command.
212
216
Useful for sensitive logs or to reduce noise.
@@ -705,6 +709,10 @@ spec:
705
709
- value
706
710
type : object
707
711
type : array
712
+ skipCommandOutput :
713
+ description : SkipCommandOutput removes the command from
714
+ the output logs.
715
+ type : boolean
708
716
skipLogOutput :
709
717
description : SkipLogOutput removes the output from the command.
710
718
Useful for sensitive logs or to reduce noise.
@@ -1128,6 +1136,10 @@ spec:
1128
1136
- value
1129
1137
type : object
1130
1138
type : array
1139
+ skipCommandOutput :
1140
+ description : SkipCommandOutput removes the command
1141
+ from the output logs.
1142
+ type : boolean
1131
1143
skipLogOutput :
1132
1144
description : SkipLogOutput removes the output from
1133
1145
the command. Useful for sensitive logs or to reduce
@@ -1640,6 +1652,10 @@ spec:
1640
1652
- value
1641
1653
type : object
1642
1654
type : array
1655
+ skipCommandOutput :
1656
+ description : SkipCommandOutput removes the command
1657
+ from the output logs.
1658
+ type : boolean
1643
1659
skipLogOutput :
1644
1660
description : SkipLogOutput removes the output from
1645
1661
the command. Useful for sensitive logs or to reduce
@@ -1914,6 +1930,10 @@ spec:
1914
1930
- value
1915
1931
type : object
1916
1932
type : array
1933
+ skipCommandOutput :
1934
+ description : SkipCommandOutput removes the command
1935
+ from the output logs.
1936
+ type : boolean
1917
1937
skipLogOutput :
1918
1938
description : SkipLogOutput removes the output from
1919
1939
the command. Useful for sensitive logs or to reduce
@@ -2426,6 +2446,10 @@ spec:
2426
2446
- value
2427
2447
type : object
2428
2448
type : array
2449
+ skipCommandOutput :
2450
+ description : SkipCommandOutput removes the command
2451
+ from the output logs.
2452
+ type : boolean
2429
2453
skipLogOutput :
2430
2454
description : SkipLogOutput removes the output from
2431
2455
the command. Useful for sensitive logs or to reduce
@@ -2742,6 +2766,10 @@ spec:
2742
2766
- value
2743
2767
type : object
2744
2768
type : array
2769
+ skipCommandOutput :
2770
+ description : SkipCommandOutput removes the command
2771
+ from the output logs.
2772
+ type : boolean
2745
2773
skipLogOutput :
2746
2774
description : SkipLogOutput removes the output from
2747
2775
the command. Useful for sensitive logs or to reduce
@@ -3254,6 +3282,10 @@ spec:
3254
3282
- value
3255
3283
type : object
3256
3284
type : array
3285
+ skipCommandOutput :
3286
+ description : SkipCommandOutput removes the command
3287
+ from the output logs.
3288
+ type : boolean
3257
3289
skipLogOutput :
3258
3290
description : SkipLogOutput removes the output from
3259
3291
the command. Useful for sensitive logs or to reduce
@@ -3779,6 +3811,10 @@ spec:
3779
3811
- value
3780
3812
type : object
3781
3813
type : array
3814
+ skipCommandOutput :
3815
+ description : SkipCommandOutput removes the command
3816
+ from the output logs.
3817
+ type : boolean
3782
3818
skipLogOutput :
3783
3819
description : SkipLogOutput removes the output from
3784
3820
the command. Useful for sensitive logs or to reduce
@@ -4714,6 +4750,10 @@ spec:
4714
4750
- value
4715
4751
type : object
4716
4752
type : array
4753
+ skipCommandOutput :
4754
+ description : SkipCommandOutput removes the command
4755
+ from the output logs.
4756
+ type : boolean
4717
4757
skipLogOutput :
4718
4758
description : SkipLogOutput removes the output from
4719
4759
the command. Useful for sensitive logs or to reduce
0 commit comments