Skip to content

Commit 07dfc5e

Browse files
committed
Outputs for helm
1 parent 38c6b1d commit 07dfc5e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

intents/helm/facets.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ type: K8s
33
displayName: Helm
44
description: A package manager for Kubernetes that simplifies the deployment and management of applications using Helm charts.
55
iconUrl: https://uploads-ssl.webflow.com/6252ef50a9f5d4afb6983bc3/669fa0cc373415b11213a424_helm.svg
6+
outputs:
7+
default:
8+
type: "@outputs/helm"

outputs/helm/output.facets.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: helm
2+
out:
3+
type: object
4+
title: Helm Output
5+
description: Output attributes for a Google Cloud Storage bucket
6+
properties:
7+
attributes:
8+
type: object
9+
description: Attributes of the Helm release
10+
properties:
11+
release_name:
12+
type: string
13+
description: The helm release name

0 commit comments

Comments
 (0)