This repo hosts essential configurations (and documentation) for Honeydipper.
To load the configurations defined in this repo, put the below in the init.yaml
in your own control repo.
---
repos:
- repo: git@github.com/honeydipper/honeydipper-config-essentials
To load the essentials with datadog-emitter enabled.
---
repos:
- repo: git@github.com/honeydipper/honeydipper-config-essentials
- repo: git@github.com/honeydipper/honeydipper-config-essentials
path: datadog
To load the essentials with gcloud drivers.
---
repos:
- repo: git@github.com/honeydipper/honeydipper-config-essentials
- repo: git@github.com/honeydipper/honeydipper-config-essentials
path: gcloud
To load the essentials with gcloud drivers and datadog-emitter.
---
repos:
- repo: git@github.com/honeydipper/honeydipper-config-essentials
- repo: git@github.com/honeydipper/honeydipper-config-essentials
path: gcloud
- repo: git@github.com/honeydipper/honeydipper-config-essentials
path: datadog
Honeydipper is licensed under the MPLv2 License.
Thank you for your interest! Please refer to the Code of Conduct for guidance.