This commit is contained in:
2024-01-26 14:00:04 +01:00
parent 3d18cede3b
commit 791b9f73bf
3 changed files with 69 additions and 71 deletions

View File

@@ -12,6 +12,7 @@ locals {
}
resource "kubectl_manifest" "db_secret_role" {
depends_on = [ data.kubernetes_secret_v1.postgresql_password ]
ignore_fields = ["metadata.annotations"]
count = length(local.sorted-roles)
yaml_body = <<-EOF