This commit is contained in:
2023-07-18 09:47:12 +02:00
parent 29fff4d13f
commit 02be4d8f89
3 changed files with 83 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ locals {
"app.kubernetes.io/component" = "postgresql"
})
}
resource "kubectl_manifest" "dolibarr_postgresql" {
resource "kubectl_manifest" "prj_postgresql" {
yaml_body = <<-EOF
apiVersion: "acid.zalan.do/v1"
kind: "postgresql"