Skip to content

Commit e0ad9c0

Browse files
committed
Fix README lint
1 parent fd82b97 commit e0ad9c0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# console-operator
2+
23
Mia-Platform Console operator in order to automate the companies creation operations.
34

45
## Description
6+
57
// TODO(user): An in-depth paragraph about your project and overview of use
68

79
## Getting Started
810

911
### Prerequisites
12+
1013
- go version v1.24.0+
1114
- docker version 17.03+.
1215
- kubectl version v1.11.3+.
1316
- Access to a Kubernetes v1.11.3+ cluster.
1417

1518
### To Deploy on the cluster
19+
1620
**Build and push your image to the location specified by `IMG`:**
1721

1822
```sh
@@ -48,6 +52,7 @@ kubectl apply -k config/samples/
4852
>**NOTE**: Ensure that the samples has default values to test it out.
4953
5054
### To Uninstall
55+
5156
**Delete the instances (CRs) from the cluster:**
5257

5358
```sh
@@ -111,6 +116,7 @@ previously added to 'dist/chart/values.yaml' or 'dist/chart/manager/manager.yaml
111116
is manually re-applied afterwards.
112117

113118
## Contributing
119+
114120
// TODO(user): Add detailed information on how you would like others to contribute to this project
115121

116122
**NOTE:** Run `make help` for more information on all potential `make` targets
@@ -125,11 +131,12 @@ Licensed under the Apache License, Version 2.0 (the "License");
125131
you may not use this file except in compliance with the License.
126132
You may obtain a copy of the License at
127133

128-
http://www.apache.org/licenses/LICENSE-2.0
134+
```
135+
http://www.apache.org/licenses/LICENSE-2.0
136+
```
129137

130138
Unless required by applicable law or agreed to in writing, software
131139
distributed under the License is distributed on an "AS IS" BASIS,
132140
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133141
See the License for the specific language governing permissions and
134142
limitations under the License.
135-

0 commit comments

Comments
 (0)