Skip to content

Commit

Permalink
fix: ci was broken as it was using the wrong storage class for k3s (#420
Browse files Browse the repository at this point in the history
)
  • Loading branch information
h4ck3rk3y authored Dec 20, 2023
1 parent 806ef47 commit f957f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ setup_kurtosis_k3s: &setup_kurtosis_k3s
type: kubernetes
config:
kubernetes-cluster-name: k3d-k3s-default
storage-class: standard
storage-class: local-path
enclave-size-in-megabytes: 2048
EOF
# Set the K3S cluster with some previous steps to force this cluster type in the cluster-setting file. This save us to start the engine with the cluster set command
Expand Down

0 comments on commit f957f85

Please sign in to comment.