From c4bd2ac43cee3f6d4ee4f70fe705ca874028c5bc Mon Sep 17 00:00:00 2001 From: filip susak Date: Tue, 31 Mar 2026 11:56:44 +0200 Subject: [PATCH] fix: ispravi YAML indentaciju --- argocd/apps/moj-servis.app.yaml | 6 +++--- k8s/moj-servis/service.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd/apps/moj-servis.app.yaml b/argocd/apps/moj-servis.app.yaml index 44e9f4b..0fee848 100644 --- a/argocd/apps/moj-servis.app.yaml +++ b/argocd/apps/moj-servis.app.yaml @@ -17,7 +17,7 @@ spec: syncPolicy: automated: - prune: true - selfHeal: true + prune: true + selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true \ No newline at end of file diff --git a/k8s/moj-servis/service.yaml b/k8s/moj-servis/service.yaml index eeffd77..ddef29c 100644 --- a/k8s/moj-servis/service.yaml +++ b/k8s/moj-servis/service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: name: filip-susak-moj-servis-svc - namespace: studenti + namespace: student-fsusak03 spec: selector: app: filip-susak-moj-servis