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

Commit 8bf6e1b

Browse files
authored
Merge pull request #19 from input-output-hk/split-kubevela-module
remove leftover postgres operator config
2 parents 3fbf54e + 541eee3 commit 8bf6e1b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

infra/modules/kubevela-addons/addons.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
data "kubectl_file_documents" "postgres-operator" {
2-
content = file("${path.module}/postgres-operator.yaml")
3-
}
4-
5-
resource "kubectl_manifest" "postgres-operator" {
6-
for_each = data.kubectl_file_documents.postgres-operator.manifests
7-
yaml_body = each.value
8-
}
9-
101
data "kubectl_file_documents" "otel-operator" {
112
content = file("${path.module}/otel-operator.yaml")
123
}

0 commit comments

Comments
 (0)