-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deploy database, backend, frontend using helm * Remove variables that are no longer used * Update .gitignore for host YAML files * move docker_setup template files * Disable Cert Manager for NUCs * Add helm meta data for dependent charts * Port additional maintenance scripts to Kubernetes env * Add prompt for missing environment variables * Defer using helm to create admin user * Update README.md * Set context name for kubectl config file When installing k3s, change the name of the context in the kubectl config file from 'default' to the value of {{ kubecfgdir }}. This is to facilitate merging of kubeconfig files to manage multiple targets.
- Loading branch information
Showing
197 changed files
with
2,469 additions
and
3,398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# These files are very large and slow to format. | ||
src/resources/dictionaries | ||
docs/user_guide/site | ||
|
||
# Prettier cannot handle Helm Templates. | ||
# See https://github.com/prettier/prettier/issues/6517 | ||
# Even when bracketSpacing is set to false, prettier will sometimes | ||
# break the Helm templates. | ||
**/helm/**/templates/*.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.