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
|
||||
|
|
@ -11,7 +11,4 @@ managedBy: Helm
|
|||
adminEmail: cj@futureporn.net
|
||||
extraArgs:
|
||||
- --dns01-recursive-nameservers-only
|
||||
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
Loading…
Reference in New Issue