Fix namespace and secret references in k8s JSON files

This commit is contained in:
2026-06-28 06:49:29 -05:00
parent c15b19b071
commit 0ca57b8aee
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"kind": "Ingress",
"metadata": {
"name": "la-huasca-ts",
"namespace": "la-huasca-ts",
"namespace": "la-huasca",
"annotations": {
"traefik.ingress.kubernetes.io/router.entrypoints": "web,websecure"
}