Skip to content

Commit

Permalink
Update CSV template
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpiotrowski committed Dec 5, 2023
1 parent 6f8b45c commit 792f9d5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ spec:
customresourcedefinitions:
owned:
- description: API to describe the desired protection for a service
displayName: AuthConfig
displayName: AuthConfig (v1beta1)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta1
- kind: AuthConfig
- description: API to describe the desired protection for a service
displayName: AuthConfig (v1beta2)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta2
- description: API to create instances of authorino
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ spec:
customresourcedefinitions:
owned:
- description: API to describe the desired protection for a service
displayName: AuthConfig
displayName: AuthConfig (v1beta1)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta1
- description: API to describe the desired protection for a service
displayName: AuthConfig (v1beta2)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta2
- description: API to create instances of authorino
displayName: Authorino
kind: Authorino
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ spec:
customresourcedefinitions:
owned:
- description: API to describe the desired protection for a service
displayName: AuthConfig
displayName: AuthConfig (v1beta1)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta1
- description: API to describe the desired protection for a service
displayName: AuthConfig (v1beta2)
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta2
- description: API to create instances of authorino
displayName: Authorino
kind: Authorino
Expand Down

0 comments on commit 792f9d5

Please sign in to comment.