-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start working towards V1 * Simplify configuration by using environment variables and removing direct access of K8s secret * Tighten up the permissions given to the service * Try a little fix * Minor bug fix * Remove dangling save button * Fix double underscore * Continue work towards managing ingresses * Handle create/update of certs via ingresses, and retire the old UI based approach * Update favicon, finish testing renewal flow * Split out renewal and ingress watching services * Another run through of cleanup and simplification * Remove unused GH actions * Fix the registry names * Run code cleanup * Revampt the documentation * Try conditional for docker build * Another refactor for action
- Loading branch information
Showing
42 changed files
with
827 additions
and
904 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.git | ||
.github | ||
.vs | ||
bin | ||
obj | ||
*.user | ||
net5.0 | ||
kubeconfig |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,6 +2,4 @@ | |
bin | ||
obj | ||
*.user | ||
net5.0 | ||
kubeconfig | ||
appsettings.local.json |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.