Skip to content

Commit

Permalink
chore: fix git test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 27, 2023
1 parent dbad264 commit b15a24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/git/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ else
printf "\nCreating secret from github token ending with '${GH_TOKEN:(-8)}'\n"
fi

kubectl create secret generic github-token --from-literal=GITHUB_TOKEN="${GH_TOKEN}" --namespace default
kubectl get secret github-token -o yaml --namespace default
kubectl create secret generic github-token --from-literal=GITHUB_TOKEN="${GH_TOKEN}" --namespace canaries
kubectl get secret github-token -o yaml --namespace canaries

0 comments on commit b15a24b

Please sign in to comment.