Skip to content

Commit 8fd8c5d

Browse files
authored
docs: update architecture diagram (#378)
## Issue N/A ## Description Update architecture diagram and remove license from README. --------- Signed-off-by: Tyler Gillson <[email protected]>
1 parent 65e2c2f commit 8fd8c5d

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![codecov](https://codecov.io/gh/validator-labs/validator/graph/badge.svg?token=GVZ4LZ5SOY)](https://codecov.io/gh/validator-labs/validator)
66
[![Go Reference](https://pkg.go.dev/badge/github.com/validator-labs/validator.svg)](https://pkg.go.dev/github.com/validator-labs/validator)
77

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.
99

10-
<img width="1364" alt="image" src="https://github.com/validator-labs/validator/assets/1795270/e68dfdf5-25bf-4336-ad87-f783c4825c7e">
10+
![validator architecture](./docs/img/validator.png)
1111

1212
## Description
1313
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
264264
**NOTE:** Run `make --help` for more information on all potential `make` targets
265265

266266
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-

docs/img/validator.png

142 KB
Loading

0 commit comments

Comments
 (0)