Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/deploy_argo_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:

- name: Apply secrets
run: |
sudo microk8s kubectl -n $K8S_NAMESPACE create secret generic github-git-creds \
--from-literal=token=${{ secrets.GITHUB_TOKEN }} \
--dry-run=client -o yaml | sudo microk8s kubectl apply -f -

sudo microk8s kubectl -n $K8S_NAMESPACE create secret docker-registry ghcr-secret \
--docker-server=ghcr.io \
--docker-username=git \
Expand Down