-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from meshery/fix/ci
Update operator mainifest and fix controller spellmistakes error
- Loading branch information
Showing
6 changed files
with
198 additions
and
146 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
config/manifests/bases/meshery-operator.clusterserviceversion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
alm-examples: '[]' | ||
capabilities: Basic Install | ||
name: meshery-operator.v0.0.0 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
owned: | ||
- description: MeshSync is the Schema for the meshsyncs API | ||
displayName: Mesh Sync | ||
kind: MeshSync | ||
name: meshsyncs.meshery.layer5.io | ||
version: v1alpha1 | ||
description: Meshery Operator is the multi-service mesh operator and implementation | ||
of MeshSync. | ||
displayName: meshery-operator | ||
icon: | ||
- base64data: "" | ||
mediatype: "" | ||
install: | ||
spec: | ||
deployments: null | ||
strategy: "" | ||
installModes: | ||
- supported: false | ||
type: OwnNamespace | ||
- supported: false | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
keywords: | ||
- servicemesh | ||
- meshSync | ||
links: | ||
- name: Meshery Operator | ||
url: https://meshery-operator.domain | ||
maintainers: | ||
- email: [email protected] | ||
name: aisuko | ||
maturity: alpha | ||
provider: | ||
name: meshery | ||
url: https://github.com/meshery | ||
version: 0.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.