Skip to content

Commit e38dce9

Browse files
committed
Update documentation
1 parent 762027a commit e38dce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/main/asciidoc/kubernetes-dev-services.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ And then add the following property to your `application.properties`:
8888
quarkus.kubernetes-client.devservices.manifests=kubernetes/namespace.yaml
8989
```
9090

91+
It is also possible to apply manifests from a URL. So the following syntax would also be possible:
92+
```
93+
quarkus.kubernetes-client.devservices.manifests=https://example.com/kubernetes/namespace.yaml
94+
```
95+
9196
=== Deploying helm charts
9297
`quarkus.kubernetes-client.devservices.manifests` only supports manifests. If you want to deploy a helm chart, you can use the `k3s` flavor and deploy a `HelmChart` manifest. See https://docs.k3s.io/helm for more information on how to use helm charts with k3s.
9398

0 commit comments

Comments
 (0)