https://github.com/observatorium/operator
Operator deploying the Observatorium project
https://github.com/observatorium/operator
Last synced: 5 months ago
JSON representation
Operator deploying the Observatorium project
- Host: GitHub
- URL: https://github.com/observatorium/operator
- Owner: observatorium
- License: apache-2.0
- Created: 2020-09-07T14:11:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T13:08:42.000Z (about 2 years ago)
- Last Synced: 2025-12-17T14:54:21.646Z (6 months ago)
- Language: Go
- Size: 1.66 MB
- Stars: 14
- Watchers: 4
- Forks: 25
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Observatorium Operator
[](https://circleci.com/gh/observatorium/operator)
Operator deploying the Observatorium project.
Currently, this includes:
1. the operator itself; and
1. example configuration for deploying Observatorium via the Observatorium Operator.
For more information on the operator, see the [Observatorium Operator documentation](./docs/deploy-operator.md).
## Development
We provide a few make commands that should help you getting started with development a bit quicker.
There is `make generate` that will generate new Kubernetes client files after updating the types for the Custom Resource Definition.
Then there is `make manifests` which is going to generate all manifest YAML files from jsonnet so that things are kept up-to-date.
If you need to update the dependencies for jsonnet simply use `make jsonnet-update` or more specifically `make jsonnet-update-deployments`.