|
5 | 5 | [](https://codecov.io/gh/validator-labs/validator)
|
6 | 6 | [](https://pkg.go.dev/github.com/validator-labs/validator)
|
7 | 7 |
|
8 |
| -validator (AKA Validation Controller) monitors ValidationResults created by one or more validator plugins and uploads them to a sink of your choosing, e.g., Slack or Spectro Cloud Palette. |
| 8 | +validator (AKA Validation Controller) monitors ValidationResults created by one or more validator plugins and uploads them to a sink of your choosing, e.g., Slack or Alertmanager. |
9 | 9 |
|
10 |
| -<img width="1364" alt="image" src="https://github.com/validator-labs/validator/assets/1795270/e68dfdf5-25bf-4336-ad87-f783c4825c7e"> |
| 10 | + |
11 | 11 |
|
12 | 12 | ## Description
|
13 | 13 | The validator repository is fairly minimal - all the heavy lifting is done by the validator plugins. Installation of validator and one or more plugins is accomplished via Helm.
|
@@ -264,20 +264,3 @@ make manifests
|
264 | 264 | **NOTE:** Run `make --help` for more information on all potential `make` targets
|
265 | 265 |
|
266 | 266 | More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
|
267 |
| - |
268 |
| -## License |
269 |
| - |
270 |
| -Copyright 2023. |
271 |
| - |
272 |
| -Licensed under the Apache License, Version 2.0 (the "License"); |
273 |
| -you may not use this file except in compliance with the License. |
274 |
| -You may obtain a copy of the License at |
275 |
| - |
276 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
277 |
| - |
278 |
| -Unless required by applicable law or agreed to in writing, software |
279 |
| -distributed under the License is distributed on an "AS IS" BASIS, |
280 |
| -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
281 |
| -See the License for the specific language governing permissions and |
282 |
| -limitations under the License. |
283 |
| - |
0 commit comments