Skip to content

Commit b8ff991

Browse files
authored
Removing imagePullSecrets from tests (#32)
* Removing image pull secret from test * Removing patch file statement * Addling login action to force the image to the repo level * Delete .github/workflows/test_files/deployment-patch.yaml * Removing registry login
1 parent f798e1c commit b8ff991

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build_ghcr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ jobs:
8080
run: |
8181
make deploy IMG=$IMAGE
8282
83-
#Setup image pull secret (Until repo is made public)
84-
kubectl create secret -n sm-operator-system docker-registry ghcr-login-secret --docker-server=ghcr.io --docker-username=bitwarden-devops-bot --docker-password=${{ secrets.GITHUB_TOKEN }} --docker-email=106330231+bitwarden-devops-bot@users.noreply.github.com
85-
86-
kubectl patch deployment sm-operator-controller-manager -n sm-operator-system --patch-file "$GITHUB_WORKSPACE/.github/workflows/test_files/deployment-patch.yaml"
87-
8883
count=0
8984
while [[ $(kubectl get pods -n sm-operator-system -l control-plane=controller-manager -o jsonpath="{.items[*].status.containerStatuses[*].ready}") != "true" ]]; do
9085
sleep 1;

.github/workflows/test_files/deployment-patch.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)