Skip to content

Commit

Permalink
feat(ci): Login to Kubernetes clusters via Rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 22, 2024
1 parent c8c1483 commit 60cd9d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_shared-run-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
echo " kubernetes-cluster-name: \"${{ inputs.kubeCluster }}\"" >> $kurtosis_config
echo " storage-class: \"${{ inputs.kubeStorageClass }}\"" >> $kurtosis_config
echo " enclave-size-in-megabytes: 200" >> $kurtosis_config
echo $kurtosis_config
- name: Set Kurtosis cluster
shell: bash
run: |
Expand Down

0 comments on commit 60cd9d9

Please sign in to comment.