Skip to content

Commit

Permalink
pref: unify the YAML format of CRD resources (dapr#6122)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangsetsail <[email protected]>
Co-authored-by: Loong Dai <[email protected]>
Co-authored-by: Mukundan Sundararajan <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2023
1 parent ef7a450 commit 2e0d9fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/dapr/crds/components.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 2 additions & 0 deletions charts/dapr/crds/resiliency.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 2 additions & 0 deletions charts/dapr/crds/subscription.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down

0 comments on commit 2e0d9fd

Please sign in to comment.