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
+3 -3
View File
@@ -3,7 +3,7 @@
"kind": "Deployment",
"metadata": {
"name": "la-huasca-ts",
"namespace": "la-huasca-ts"
"namespace": "la-huasca"
},
"spec": {
"replicas": 1,
@@ -43,8 +43,8 @@
"name": "DATABASE_URL",
"valueFrom": {
"secretKeyRef": {
"name": "calendar-db-secrets",
"key": "url"
"name": "la-huasca-db-secrets",
"key": "DATABASE_URL"
}
}
}