Skip to content

Commit

Permalink
Merge pull request #555 from prasadkatti/patch-1
Browse files Browse the repository at this point in the history
docs: use backticks to preserve wildcard chars
  • Loading branch information
k8s-ci-robot authored Jan 11, 2023
2 parents 4d71d6b + e16b105 commit 951f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/credential_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Once you pass this config to the kubelet, every time it needs to fetch an image
**Note:** The credential provider will only be used if the image matches a path
in the list.
Globbing may be used, but each glob can only match a single subdomain segment.
So "*.io" does not match "*.k8s.io".
So `*.io` does not match `*.k8s.io`.

0 comments on commit 951f81f

Please sign in to comment.