ci: fix lint
This commit is contained in:
parent
635938da7e
commit
605641da46
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ pipeline:
|
|||
- kind create cluster --config e2e/kind.cluster.yml --image kindest/node:${k8s} --wait 1m
|
||||
- kind get clusters
|
||||
- docker ps
|
||||
#replace localhost or 0.0.0.0 in the kubeconfig file with "docker", in order to be able to reach the cluster through the docker service
|
||||
# replace localhost or 0.0.0.0 in the kubeconfig file with "docker", in order to be able to reach the cluster through the docker service
|
||||
- sed -i -E -e 's/localhost|0\.0\.0\.0/docker/g' $${KUBECONFIG}
|
||||
|
||||
chart-testing:
|
||||
|
|
|
@ -3,4 +3,4 @@ check-version-increment: false
|
|||
debug: true
|
||||
target-branch: main
|
||||
lint-conf: .yamllint
|
||||
validate-maintainers: false # does not work with gitea
|
||||
validate-maintainers: false # does not work with gitea
|
||||
|
|
Loading…
Reference in a new issue