Skip to content

Commit e256680

Browse files
committed
strict yamllint on release repo
1 parent ebb5faf commit e256680

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

ci-operator/jobs/openshift/release/openshift-release-master-presubmits.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1433,8 +1433,10 @@ presubmits:
14331433
spec:
14341434
containers:
14351435
- args:
1436-
- -c
1437-
- services/yamllint/_yamllint.conf
1436+
- --strict
1437+
- -d
1438+
- '{extends: default, rules: {indentation: disable, document-start: disable,
1439+
comments: disable, line-length: disable}}'
14381440
- clusters
14391441
- core-services
14401442
- OWNERS_ALIASES

clusters/app.ci/registry-access/knative/admin_manifest.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ roleRef:
1919
apiGroup: rbac.authorization.k8s.io
2020
name: system:image-puller
2121
subjects:
22-
# this is the set of all authenticated users
2322
- apiGroup: rbac.authorization.k8s.io
2423
kind: Group
25-
name: system:authenticated
26-
# this is the set of all unauthenticated users
24+
name: system:authenticated # this is the set of all authenticated users
2725
- apiGroup: rbac.authorization.k8s.io
2826
kind: Group
29-
name: system:unauthenticated
27+
name: system:unauthenticated # this is the set of all unauthenticated users

services/yamllint/OWNERS

-2
This file was deleted.

services/yamllint/README.md

-3
This file was deleted.

services/yamllint/_yamllint.conf

-7
This file was deleted.

0 commit comments

Comments
 (0)