From c3f319fc2df12bc03a50f27fd8cc18d01c6f30ef Mon Sep 17 00:00:00 2001 From: Ivan Filipovic Date: Tue, 14 Apr 2026 10:43:07 +0200 Subject: [PATCH] init: hello-cicd project setup --- k8s/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/service.yaml b/k8s/service.yaml index 98f8124..1a8a64d 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Service metadata: name: hello-cicd-svc - namespace: student-VAĆ _KORISNIK + namespace: student-ivanivso7 spec: selector: app: hello-cicd