diff --git a/.gitignore b/.gitignore index 8fdf38b..cdcaed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -runner -*.tgz \ No newline at end of file +*.tgz +values2.yml +values2.yaml \ No newline at end of file diff --git a/.helmignore b/.helmignore index b2b9c5f..22b5ff9 100644 --- a/.helmignore +++ b/.helmignore @@ -1,5 +1,32 @@ -.drone.yml -.git +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ .gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# drone +.drone.yml +# markdownlint .markdownlint.yaml +# customized values +values2.yml +values2.yaml +# helm packages *.tgz \ No newline at end of file