Skip to content

Commit

Permalink
chore(doc): update doc for k8s provider (helmfile#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
bersalazar authored Dec 23, 2023
1 parent 17fd11a commit 121ff68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ Examples:
### Kubernetes
Fetch value from a Kubernetes:
Fetch value from Kubernetes:
- `ref+k8s://API_VERSION/KIND/NAMESPACE/NAME/KEY[?kubeConfigPath=<path_to_kubeconfig>&kubeContext=<kubernetes context name>]`
Expand All @@ -741,11 +741,12 @@ Environment variables:
Examples:
- `ref+k8s://v1/Secret/mynamespace/mysecret/foo`
- `ref+k8s://v1/ConfigMap/mynamespace/myconfigmap/foo`
- `ref+k8s://v1/Secret/mynamespace/mysecret/bar?kubeConfigPath=/home/user/kubeconfig`
- `secretref+k8s://v1/Secret/mynamespace/mysecret/baz`
- `secretref+k8s://v1/Secret/mynamespace/mysecret/baz?kubeContext=minikube`
> NOTE: This provider only supports kind "Secret" in apiVersion "v1" at this time.
> NOTE: This provider only supports kind "Secret" or "ConfigMap" in apiVersion "v1" at this time.
## Advanced Usages
Expand Down

0 comments on commit 121ff68

Please sign in to comment.