Skip to content

Commit e8c4656

Browse files
knmskyorugac
authored andcommitted
fix: yamllint and add charts as exception
1 parent 3c65ad1 commit e8c4656

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.github/workflows/e2e-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GO_BUILDER_IMG=golang:1.18
2929
tags: |
3030
ghcr.io/grafana/k6-operator:${{ github.sha }}
31-
31+
3232
kind-kustomize:
3333
needs: ["docker"]
3434
runs-on: ubuntu-latest
@@ -85,4 +85,4 @@ jobs:
8585
kubectl get jobs -A
8686
kubectl wait --for=condition=complete --timeout=180s job/k6-sample-1
8787
kubectl delete configmap crocodile-stress-test
88-
kubectl delete -f e2e/test.yaml
88+
kubectl delete -f e2e/test.yaml

.yamllint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
extends: default
33
ignore: |
44
/config/crd/bases/*
5+
/charts/*
56
rules:
67
line-length: disable
78
comments:

config/rbac/privateloadzone_editor_role.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# permissions for end users to edit privateloadzones.
23
apiVersion: rbac.authorization.k8s.io/v1
34
kind: ClusterRole

config/rbac/privateloadzone_viewer_role.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# permissions for end users to view privateloadzones.
23
apiVersion: rbac.authorization.k8s.io/v1
34
kind: ClusterRole

config/rbac/role.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
apiVersion: rbac.authorization.k8s.io/v1
43
kind: ClusterRole

0 commit comments

Comments
 (0)