fix: update ArgoCD app path and rename to cloud-gateway-development
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: gateway
|
name: cloud-gateway-development
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/cloud-services.git
|
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/cloud-services.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: deploy/overlays/development/services/gateway
|
path: deploy/overlays/development
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: cloud-services
|
namespace: cloud-services
|
||||||
|
|||||||
Reference in New Issue
Block a user