Skip to content

Commit 03d3d0d

Browse files
author
Tomasz Tarczynski
committed
fix yamllint offences
1 parent f47dd48 commit 03d3d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CustomResourceDefinition/custom-resource-definition.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#create-a-customresourcedefinition
23
apiVersion: apiextensions.k8s.io/v1
34
kind: CustomResourceDefinition
@@ -38,4 +39,4 @@ spec:
3839
kind: CronTab
3940
# shortNames allow shorter string to match your resource on the CLI
4041
shortNames:
41-
- ct
42+
- ct

0 commit comments

Comments
 (0)