diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index c97ff33b..8bf7adc0 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -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 @@ -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 \ No newline at end of file + kubectl delete -f e2e/test.yaml diff --git a/.yamllint.yaml b/.yamllint.yaml index ab07c4d0..e80d361e 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -2,6 +2,7 @@ extends: default ignore: | /config/crd/bases/* + /charts/* rules: line-length: disable comments: diff --git a/config/rbac/privateloadzone_editor_role.yaml b/config/rbac/privateloadzone_editor_role.yaml index efc3c589..5f094b49 100644 --- a/config/rbac/privateloadzone_editor_role.yaml +++ b/config/rbac/privateloadzone_editor_role.yaml @@ -1,3 +1,4 @@ +--- # permissions for end users to edit privateloadzones. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/config/rbac/privateloadzone_viewer_role.yaml b/config/rbac/privateloadzone_viewer_role.yaml index 0d635c05..7baa35e4 100644 --- a/config/rbac/privateloadzone_viewer_role.yaml +++ b/config/rbac/privateloadzone_viewer_role.yaml @@ -1,3 +1,4 @@ +--- # permissions for end users to view privateloadzones. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 36632858..c9ab65b4 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -1,4 +1,3 @@ - --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole