Adding Justfile and helm chart

This commit is contained in:
Ian Roddis
2026-03-24 12:52:00 -03:00
parent 34b9b21950
commit 715a0a70b1
20 changed files with 3873 additions and 1 deletions
+4 -1
View File
@@ -18,7 +18,10 @@
"Bash(grep -l \"molecule_test_mode\" /home/iroddis/dev/sovereign/roles/*/tasks/main.yml)",
"Bash(grep -l \"molecule_test_mode\" /home/iroddis/dev/sovereign/roles/*/handlers/main.yml)",
"Bash(ls /home/iroddis/dev/sovereign/roles/*/molecule/default/)",
"Bash(grep -v \"^$\")"
"Bash(grep -v \"^$\")",
"Bash(helm template:*)",
"Bash(brew list:*)",
"Bash(export PATH=\"/opt/homebrew/bin:$PATH\")"
]
}
}