Skip to content

Commit

Permalink
fix: appのnsを変える
Browse files Browse the repository at this point in the history
  • Loading branch information
honahuku committed Dec 13, 2023
1 parent 98dfde6 commit c3ca3cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/base/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: connect
namespace: connect
namespace: argocd
spec:
project: default
source:
Expand All @@ -21,4 +21,4 @@ spec:
name: "onepassword-token"
destination:
server: https://kubernetes.default.svc
namespace: connect
namespace: default
2 changes: 1 addition & 1 deletion applications/base/datadog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: datadog
namespace: datadog
namespace: argocd
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion applications/base/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-nginx
namespace: ingress-nginx
namespace: argocd
spec:
project: default
source:
Expand Down

0 comments on commit c3ca3cf

Please sign in to comment.