diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92a43e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# General files for the project +pkg/* +*.pyc +bin/* +.project +/.bin +/_test/secrets/*.json + +# OSX leaves these everywhere on SMB shares +._* + +# OSX trash +.DS_Store + +# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA +.idea/ +*.iml + +# Vscode files +.vscode + +# Emacs save files +*~ +\#*\# +.\#* + +# Vim-related files +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist + +# Chart dependencies +**/charts/*.tgz + +.history diff --git a/templates/_statefulset.tpl b/templates/_statefulset.tpl index d1b762c..c9355e9 100644 --- a/templates/_statefulset.tpl +++ b/templates/_statefulset.tpl @@ -78,4 +78,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end -}} \ No newline at end of file +{{- end -}}