Skip to content

Commit

Permalink
update all app kustomization path
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 14, 2024
1 parent 9aa8f75 commit 5702fce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clusters/private-cloud/argocd/argocd-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./argocd
path: ./apps/argocd
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down
2 changes: 1 addition & 1 deletion clusters/private-cloud/awx/awx-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./awx
path: ./apps/awx
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./ingress-nginx
path: ./apps/ingress-nginx
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./kube-prometheus
path: ./apps/kube-prometheus
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./metrics-server
path: ./apps/metrics-server
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down
2 changes: 1 addition & 1 deletion clusters/private-cloud/nginx/nginx-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1m0s
path: ./nginx
path: ./apps/nginx
prune: true
retryInterval: 1m0s
sourceRef:
Expand Down

0 comments on commit 5702fce

Please sign in to comment.