fix: ispravi namespace
This commit is contained in:
23
argocd/apps/moj-servis.app.yaml
Normal file
23
argocd/apps/moj-servis.app.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: fsusak03-moj-servis
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://git.fpmoz.sum.ba/fsusak03/manifesti
|
||||
targetRevision: HEAD
|
||||
path: k8s/moj-servis
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: student-fsusak03
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user