-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bradley Reynolds <[email protected]>
- Loading branch information
1 parent
d2ae60c
commit d95bfd6
Showing
4 changed files
with
0 additions
and
14 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 |
---|---|---|
|
@@ -14,14 +14,6 @@ kubectl apply -f kubernetes\manifests\dragonfly\namespace.yaml | |
helm install -f kubernetes\chart\production.yaml vipyrsec kubernetes\chart\ | ||
``` | ||
|
||
# Create image pull secrets | ||
|
||
Repeat this for both the Discord and the Dragonfly namespaces: | ||
|
||
```bash | ||
kubectl create secret docker-registry ghcr-images --docker-server=https://ghcr.io --docker-username=shenanigansd --docker-password=ghp_xxx [email protected] | ||
``` | ||
|
||
## Apply the Discord bot deployment | ||
|
||
```bash | ||
|
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 |
---|---|---|
|
@@ -20,5 +20,3 @@ spec: | |
envFrom: | ||
- secretRef: | ||
name: bot-env | ||
imagePullSecrets: | ||
- name: ghcr-images |
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 |
---|---|---|
|
@@ -20,5 +20,3 @@ spec: | |
envFrom: | ||
- secretRef: | ||
name: dragonfly-client-env | ||
imagePullSecrets: | ||
- name: ghcr-images |
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 |
---|---|---|
|
@@ -20,5 +20,3 @@ spec: | |
envFrom: | ||
- secretRef: | ||
name: dragonfly-mainframe-env | ||
imagePullSecrets: | ||
- name: ghcr-images |