Skip to content

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Mar 6, 2025
1 parent 6228674 commit 71ffd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/user/scoreserver/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
targetRevision: main
destination:
server: https://kubernetes.default.svc
namespace: root
namespace: scoreserver
syncPolicy:
syncOptions:
- CreateNamespace=true
Expand Down
2 changes: 1 addition & 1 deletion manifest/user/scoreserver/local/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Application
metadata:
name: scoreserver-application
finalizers:
- resouces-finalizer.argocd.argoproj.io
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
Expand Down

0 comments on commit 71ffd60

Please sign in to comment.