fix
This commit is contained in:
@@ -35,6 +35,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "kubernetes_namespace_v1" "ns" {
|
resource "kubernetes_namespace_v1" "ns" {
|
||||||
|
ignore_fields = ["metadata.labels"]
|
||||||
count = length(local.sorted-stages)
|
count = length(local.sorted-stages)
|
||||||
metadata {
|
metadata {
|
||||||
annotations = local.annotations
|
annotations = local.annotations
|
||||||
|
|||||||
Reference in New Issue
Block a user