commit | 12676edad82b187b1b2339a3c8f3d64cf5a3b006 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 15 20:16:15 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | fcae67345f4c54d073bfc796bebb171096162b56 | |
parent | 05ad92144813135a1eb2d8ec9c839fc3a50a1f8f [diff] [blame] |
feat: add simple controller to generate helm values
diff --git a/.gitignore b/.gitignore index 8b7f63a..c56d48e 100644 --- a/.gitignore +++ b/.gitignore
@@ -10,3 +10,6 @@ molecule/default/host_vars/* !molecule/default/host_vars/.gitkeep *.tar.gz +__pycache__ +.pytest* +.coverage