Skip to content

Commit

Permalink
fix: yamllint and add charts as exception
Browse files Browse the repository at this point in the history
  • Loading branch information
knmsk authored and yorugac committed Sep 13, 2023
1 parent 3c65ad1 commit e8c4656
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GO_BUILDER_IMG=golang:1.18
tags: |
ghcr.io/grafana/k6-operator:${{ github.sha }}
kind-kustomize:
needs: ["docker"]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
kubectl get jobs -A
kubectl wait --for=condition=complete --timeout=180s job/k6-sample-1
kubectl delete configmap crocodile-stress-test
kubectl delete -f e2e/test.yaml
kubectl delete -f e2e/test.yaml
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
extends: default
ignore: |
/config/crd/bases/*
/charts/*
rules:
line-length: disable
comments:
Expand Down
1 change: 1 addition & 0 deletions config/rbac/privateloadzone_editor_role.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# permissions for end users to edit privateloadzones.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
1 change: 1 addition & 0 deletions config/rbac/privateloadzone_viewer_role.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# permissions for end users to view privateloadzones.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
1 change: 0 additions & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit e8c4656

Please sign in to comment.