Skip to content

honeydipper/honeydipper-config-essentials

Repository files navigation

Honeydipper Essential Config

This repo hosts essential configurations (and documentation) for Honeydipper.

Synopsis

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

License

Honeydipper is licensed under the MPLv2 License.

Contributing

Thank you for your interest! Please refer to the Code of Conduct for guidance.

About

The essential configurations to bootstrap Honeydipper daemon, including drivers, systems, workflows and rules.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published