You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigating to Helm Releases should display Helm Releases like we display Kustomizations
/api/services endpoint should return services that are created by Helm
How to get Kubernetes resources deployed by Helm is implemented in Helm and best visible in the helm status $RELEASE_NAME --show-resources command. The source code of the command shows how it is done: https://github.com/helm/helm/blob/main/pkg/action/status.go#L58.
The text was updated successfully, but these errors were encountered:
HelmReleases
https://github.com/gimlet-io/capacitor/blob/main/pkg/flux/types.go#L10Helm Releases
as the second option, right afterKustomizations
https://github.com/gimlet-io/capacitor/blob/main/web/src/Footer.js#L39/api/services
endpoint should return services that are created by Helmhelm status $RELEASE_NAME --show-resources
command. The source code of the command shows how it is done: https://github.com/helm/helm/blob/main/pkg/action/status.go#L58.The text was updated successfully, but these errors were encountered: