ci: fix lint

This commit is contained in:
Michael Kriese 2023-12-06 14:03:38 +01:00
parent 635938da7e
commit 605641da46
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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