Added some forgotten housekeeping stuff
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
This commit is contained in:
parent
863ac33e76
commit
773d9f47e1
3 changed files with 52 additions and 0 deletions
22
.helmignore
Normal file
22
.helmignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Ignore the ignore file
|
||||
.helmignore
|
||||
|
||||
# Ignore the Helm chart's packaged tarball
|
||||
*.tgz
|
||||
|
||||
# Ignore git related files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Ignore Github / Forgejo automation files
|
||||
.github
|
||||
.forgejo
|
||||
|
||||
# Ignore inputs file
|
||||
input.json
|
||||
|
||||
# Ignore the filled in values file
|
||||
values.filled.yaml
|
||||
|
||||
# Ignore .old (backup) files
|
||||
*.old*
|
||||
Loading…
Add table
Add a link
Reference in a new issue