Contributions welcome! Please follow these guidelines:
# Clone the repository
git clone https://github.com/thomasvincent/gitops-infrastructure-demo.git
cd gitops-infrastructure-demo
# Install pre-commit hooks
pre-commit installFollow Conventional Commits:
feat:New featuresfix:Bug fixesdocs:Documentationrefactor:Code refactoringtest:Adding testschore:Maintenance
# Terraform
cd terraform/environments/dev
terraform init -backend=false
terraform validate
# Helm
helm lint helm/sample-app
helm template sample-app helm/sample-app