Skip to content

Commit

Permalink
update CI to use cluster namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 authored Jul 30, 2024
1 parent 878d79e commit 1be3c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
run: |
kubectl create secret generic ontoportal-secret \
--from-literal=ONTOPORTAL_APIKEY=${{ secrets.ONTOPORTAL_APIKEY }} \
--namespace='ts4nfdi' \
--dry-run=client -o yaml | kubectl apply -f -
- name: Deploy to Kubernetes
Expand Down

0 comments on commit 1be3c67

Please sign in to comment.