feat: add simple controller to generate helm values
22 files changed
tree: fcae67345f4c54d073bfc796bebb171096162b56
  1. .github/
  2. atmosphere/
  3. ci/
  4. cmd/
  5. doc/
  6. docs/
  7. images/
  8. internal/
  9. molecule/
  10. playbooks/
  11. plugins/
  12. releasenotes/
  13. roles/
  14. .ansible-lint
  15. .coveragerc
  16. .flake8
  17. .gitignore
  18. .pre-commit-config.yaml
  19. galaxy.yml
  20. go.mod
  21. go.sum
  22. poetry.lock
  23. pyproject.toml
  24. README.md
  25. tox.ini
README.md

Atmosphere

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg