Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com>
  • Loading branch information
bk201 and jillian-maroket authored Sep 24, 2024
1 parent 3874dd0 commit 827c2a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,11 @@ Specify an IP range in the IPv4 CIDR format. The number of IPs must be four time

**Supported options and values**:

The value is a JSON object string containing these members:
- `repository`: The repository name of the support bundle image.
- `tag`: The tag name of the support bundle image.
- `imagePullPolicy`: Support bundle image pull policy. The value can be in `IfNotPresent`, `Always`, and `Never`. Please see the [container document](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) in Kubernetes for more information.
The value is a JSON object literal that contains the following key-value pairs:

- `repository`: Name of the repository that stores the support bundle image.
- `tag`: Tag assigned to the support bundle image.
- `imagePullPolicy`: Pull policy of the support bundle image. The supported values are `IfNotPresent`, `Always`, and `Never`. For more information, see [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) in the Kubernetes documentation.

### `support-bundle-namespaces`

Expand Down

0 comments on commit 827c2a6

Please sign in to comment.