This commit is contained in:
2024-01-23 16:34:58 +01:00
parent 452cd4ab9a
commit dc6ea54945
2 changed files with 51 additions and 51 deletions

View File

@@ -61,8 +61,8 @@ data "kustomization_overlay" "data" {
}
patch = <<-EOF
- op: replace
path: /spec/endpoints/0/relabelings/0/replacement
value: "${var.namespace}/$1"
path: /spec/namespaceSelector/matchNames/0
value: "${var.namespace}"
EOF
}
}