use in-cluster destination
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
f9124a7dc5
commit
72a94c0b53
|
@ -11,3 +11,7 @@ spec:
|
||||||
# Allow manifests to deploy from any Git repos
|
# Allow manifests to deploy from any Git repos
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- '*'
|
- '*'
|
||||||
|
destination:
|
||||||
|
# cluster API URL
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: '*'
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: windmill
|
namespace: windmill
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: futureporn
|
project: default
|
||||||
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