Skip to content

Commit

Permalink
Remove imagePullSecrets
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd committed Aug 9, 2023
1 parent d2ae60c commit d95bfd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions docs/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/manifests/discord/bot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ spec:
envFrom:
- secretRef:
name: bot-env
imagePullSecrets:
- name: ghcr-images
2 changes: 0 additions & 2 deletions kubernetes/manifests/dragonfly/client/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ spec:
envFrom:
- secretRef:
name: dragonfly-client-env
imagePullSecrets:
- name: ghcr-images
2 changes: 0 additions & 2 deletions kubernetes/manifests/dragonfly/mainframe/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ spec:
envFrom:
- secretRef:
name: dragonfly-mainframe-env
imagePullSecrets:
- name: ghcr-images

0 comments on commit d95bfd6

Please sign in to comment.