Skip to content

Commit

Permalink
docs: fix combinations.yaml wrong api version (datreeio#595)
Browse files Browse the repository at this point in the history
* docs: fix combinations.yaml wrong api version

* docs: fix apiversion to apiVersion
  • Loading branch information
royhadad authored May 1, 2022
1 parent 7d46f3e commit a18dac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/fixtures/kube/combinations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
servicePort: 80
---
# Skipped K8s schema validation
apiVersion: v1
kind: CustomResourceDefinitiona
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinitiona # Not a real kind (extra "a" suffix)
metadata:
name: my-service
spec:
Expand Down

0 comments on commit a18dac8

Please sign in to comment.