Skip to content

Commit

Permalink
Remove whitespace in markdown for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Sep 11, 2024
1 parent b07ceae commit 98cf075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ spec:
## Specify Image Pull Secrets
Most of the time you won't need to specify imagePullSecrets when using this operator, but if you specify custom images from your own registries for init containers, sidecar containers, or custom versions for any of the default containers this operator supports, you can specify imagePullSecrets to pull those images.
These are dockerconfigjson Secrets you would have created in the cluster yourself. Here's an example of how you would specify imagePullSecrets in your chia custom resource:
Most of the time you won't need to specify imagePullSecrets when using this operator, but if you specify custom images from your own registries for init containers, sidecar containers, or custom versions for any of the default containers this operator supports, you can specify imagePullSecrets to pull those images. These are dockerconfigjson Secrets you would have created in the cluster yourself. Here's an example of how you would specify imagePullSecrets in your chia custom resource:
```yaml
spec:
Expand Down

0 comments on commit 98cf075

Please sign in to comment.