fix(helmfile): Add script to ease local development of platform charts.

This commit is contained in:
Thorsten Roßner
2024-06-07 10:48:09 +02:00
parent 368fe13ddb
commit d8f3e05e58
5 changed files with 227 additions and 1 deletions

7
.gitignore vendored
View File

@@ -14,3 +14,10 @@ helmfile/environments/prod/values.yaml.gotmpl
# Ignore editor backup files
*~
# Ignore ./log directory and *.log files
logs
*.log
# Ignore backup files, e.g. created by the script that eases the local chart development
*.bak