Skip to content

Commit

Permalink
fix: Application定義にnamespaceを指定する
Browse files Browse the repository at this point in the history
argoproj/argo-cd#3181 (comment)
この辺の問題かもしれない
  • Loading branch information
kory33 committed Mar 26, 2022
1 parent a3cb999 commit 3d8d69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
project: cluster-wide-apps
source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubeseal
namespace: argocd
spec:
project: cluster-wide-apps
source:
Expand Down

0 comments on commit 3d8d69e

Please sign in to comment.