custom-hashicorp-vault-helm/.helmignore
Alan Bridgeman 773d9f47e1
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
Added some forgotten housekeeping stuff
2025-12-19 13:03:13 -06:00

22 lines
No EOL
316 B
Text

# 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*