We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3db82c commit b25ded4Copy full SHA for b25ded4
manifest.yaml
@@ -391,8 +391,12 @@ spec:
391
pods
392
properties:
393
additionalContainerArgs:
394
- description: AdditionalContainerArgs defines additional arguments
395
- to be passed to the sidecar container
+ description: |-
+ AdditionalContainerArgs is an optional list of command-line arguments
396
+ to be passed to the sidecar container when it starts.
397
+ The provided arguments are appended to the container’s default
398
+ arguments. This can be used, for example, to enable verbose logging.
399
+ Example: ["--log-level=debug"]
400
items:
401
type: string
402
type: array
0 commit comments