blah
ci / build (push) Successful in 11s
Details
ci / build (push) Successful in 11s
Details
This commit is contained in:
parent
8a5fb50dbd
commit
866c957f66
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: windmill
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: windmill
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: windmill
|
||||||
|
repoURL: https://windmill-labs.github.io/windmill-helm-charts
|
||||||
|
targetRevision: HEAD
|
||||||
|
|
|
@ -12,6 +12,3 @@ adminEmail: cj@futureporn.net
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- --dns01-recursive-nameservers-only
|
- --dns01-recursive-nameservers-only
|
||||||
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
Loading…
Reference in New Issue