Skip to content

Commit b1ae685

Browse files
committed
Add release labels to docs
Followup #238 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 5b24c92 commit b1ae685

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/spec/v2beta1/helmreleases.md

+8
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@ The timeout for any individual Kubernetes operation (like Jobs for hooks) during
747747
of Helm actions can be configured via `spec.timeout` and can be overridden per action
748748
via `spec.<action>.timeout`.
749749

750+
List all Kubernetes objects reconciled from a HelmRelease:
751+
752+
```sh
753+
kubectl get all --all-namespaces \
754+
-l=helm.toolkit.fluxcd.io/name="<HelmRelease name>" \
755+
-l=helm.toolkit.fluxcd.io/namespace="<HelmRelease namespace>"
756+
```
757+
750758
### Disabling resource waiting
751759

752760
For install, upgrade, and rollback actions resource waiting is enabled by default,

0 commit comments

Comments
 (0)