Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 3fbf54e

Browse files
authored
Merge pull request #17 from input-output-hk/split-kubevela-module
split kubevela and kubevela-addons into separate modules
2 parents 84ada86 + 8c3245f commit 3fbf54e

File tree

21 files changed

+81
-299
lines changed

21 files changed

+81
-299
lines changed
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
resource "helm_release" "cardano" {
2+
name = "cardano"
3+
4+
chart = "./cardano"
5+
namespace = var.namespace
6+
}
7+

0 commit comments

Comments
 (0)