11# console-operator  
2+ 
23Mia-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
111116is 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");
125131you may not use this file except in compliance with the License.
126132You 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
130138Unless required by applicable law or agreed to in writing, software
131139distributed under the License is distributed on an "AS IS" BASIS,
132140WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133141See the License for the specific language governing permissions and
134142limitations under the License.
135- 
0 commit comments