mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2025-12-18 23:26:08 -05:00
Update meta.d folder (#1250)
* Update meta.d folder * Update summary * wip
This commit is contained in:
parent
7aacef79eb
commit
de5c811957
2 changed files with 25 additions and 0 deletions
15
META.d/_summary.yaml
Normal file
15
META.d/_summary.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
---
|
||||
|
||||
schema: 1.1
|
||||
|
||||
partition: tf-ecosystem
|
||||
|
||||
summary:
|
||||
owner: team-tf-hybrid-cloud
|
||||
description: |
|
||||
This Helm provider for Terraform allows you to install and manage Helm Charts in your Kubernetes cluster using Terraform.
|
||||
|
||||
visibility: external
|
||||
10
META.d/links.yaml
Normal file
10
META.d/links.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
runbooks: []
|
||||
#- name: <Link name>
|
||||
# link: <Link URL>
|
||||
|
||||
other_links: []
|
||||
#- name: <Link name>
|
||||
# link: <Link URL>
|
||||
Loading…
Reference in a new issue