Promote uat to main (#75)
CI / ci (push) Successful in 45s

Co-authored-by: Chris Farhood <chris@farhood.org>
Co-committed-by: Chris Farhood <chris@farhood.org>
This commit was merged in pull request #75.
This commit is contained in:
2026-05-15 22:55:28 +00:00
committed by Null Pointer Nancy
parent 1ba1a67f01
commit 9b9c503521
4 changed files with 12 additions and 9 deletions
+4 -1
View File
@@ -21,6 +21,7 @@ import {
isEgressEnabled,
isKubeVipService,
isPodReady,
KUBE_VIP_NAMESPACE,
phaseToStatus,
} from '../api/k8s';
import { useKubeVipContext } from '../api/KubeVipDataContext';
@@ -105,7 +106,9 @@ export default function OverviewPage() {
{
name: 'Status',
value: (
<StatusLabel status="error">No kube-vip pods found in kube-system</StatusLabel>
<StatusLabel status="error">
No kube-vip pods found in {KUBE_VIP_NAMESPACE}
</StatusLabel>
),
},
{