We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6b1d commit 07dfc5eCopy full SHA for 07dfc5e
2 files changed
intents/helm/facets.yaml
@@ -3,3 +3,6 @@ type: K8s
3
displayName: Helm
4
description: A package manager for Kubernetes that simplifies the deployment and management of applications using Helm charts.
5
iconUrl: https://uploads-ssl.webflow.com/6252ef50a9f5d4afb6983bc3/669fa0cc373415b11213a424_helm.svg
6
+outputs:
7
+ default:
8
+ type: "@outputs/helm"
outputs/helm/output.facets.yaml
@@ -0,0 +1,13 @@
1
+name: helm
2
+out:
+ type: object
+ title: Helm Output
+ description: Output attributes for a Google Cloud Storage bucket
+ properties:
+ attributes:
9
+ description: Attributes of the Helm release
10
11
+ release_name:
12
+ type: string
13
+ description: The helm release name
0 commit comments