Initial code commit
This commit is contained in:
parent
5b71cecab6
commit
b3382d880b
37 changed files with 1778 additions and 1 deletions
21
.helmignore
Normal file
21
.helmignore
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Ignore the ignore file
|
||||
.helmignore
|
||||
|
||||
# Ignore the Helm chart's packaged tarball
|
||||
*.tgz
|
||||
|
||||
# Ignore git related files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Ignore github automation files
|
||||
.github
|
||||
|
||||
# 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