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