mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 22:33:14 +08:00
ci(k3s): 🩹 simple fix as per the helm chart changes (#651)
This commit is contained in:
parent
16fbbf8a0e
commit
8f0df5e1e3
4
.github/workflows/e2e-k3s.yaml
vendored
4
.github/workflows/e2e-k3s.yaml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
--set frontend.image.tag=$DOCKER_TAG
|
--set frontend.image.tag=$DOCKER_TAG
|
||||||
|
|
||||||
# get pods, services and the container images
|
# get pods, services and the container images
|
||||||
kubectl describe deploy/frontend -n platform | grep Image
|
kubectl describe deploy/my-release-frontend -n platform | grep Image
|
||||||
kubectl describe statefulset/query-service -n platform | grep Image
|
kubectl describe statefulset/my-release-query-service -n platform | grep Image
|
||||||
kubectl get pods -n platform
|
kubectl get pods -n platform
|
||||||
kubectl get svc -n platform
|
kubectl get svc -n platform
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user