use argo project
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
02c569ef2e
commit
eb1fe376cb
|
@ -0,0 +1,13 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: AppProject
|
||||||
|
metadata:
|
||||||
|
name: futureporn
|
||||||
|
namespace: argocd
|
||||||
|
# Finalizer that ensures that project is not deleted until it is not referenced by any application
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
|
# Allow manifests to deploy from any Git repos
|
||||||
|
sourceRepos:
|
||||||
|
- '*'
|
|
@ -7,9 +7,9 @@ metadata:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: windmill
|
namespace: argocd
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: futureporn
|
||||||
source:
|
source:
|
||||||
path: windmill/windmill
|
path: windmill/windmill
|
||||||
repoURL: https://windmill-labs.github.io/windmill-helm-charts
|
repoURL: https://windmill-labs.github.io/windmill-helm-charts
|
||||||
|
|
Loading…
Reference in New Issue