forked from loganmarchione/k8s_homelab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fd5b21
commit 8f3b293
Showing
4 changed files
with
0 additions
and
111 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 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
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 |
---|---|---|
|
@@ -96,15 +96,6 @@ kubectl create secret generic webdav-secret-vars \ | |
--from-literal=WEBDAV_USER=admin \ | ||
--from-literal=WEBDAV_PASS=super_secret_password_goes_here | ||
kubectl create secret generic smtp-secret-vars \ | ||
--namespace=smtp \ | ||
--from-literal=RELAY_HOST=smtp.public-domain.com \ | ||
--from-literal=RELAY_PORT=587 \ | ||
[email protected] \ | ||
--from-literal=MYORIGIN=your.domain.com \ | ||
--from-literal=RELAY_USER=admin \ | ||
--from-literal=RELAY_PASS=super_secret_password_goes_here | ||
kubectl create secret generic joplin-secret-vars \ | ||
--namespace=joplin \ | ||
--from-literal=POSTGRES_CONNECTION_STRING='postgresql://db_user:[email protected]:5432/db_name?sslmode=verify-full' | ||
|