Skip to content

Commit

Permalink
k3d, kind and metalstack have their default storage classes, so we do…
Browse files Browse the repository at this point in the history
…n't need to install and specify one

Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed May 29, 2024
1 parent 8452864 commit b36bce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion install-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ done
fi

if [ "${TARGET_TYPE}" == "KIND" ] ; then
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
Expand Down
2 changes: 1 addition & 1 deletion platform-apps/charts/kube-prometheus-stack/values-k3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kube-prometheus-stack:
persistence:
enabled: true
type: sts
storageClassName: "local-path"
# storageClassName: "local-path"
accessModes:
- ReadWriteOnce
size: 1Gi
Expand Down

0 comments on commit b36bce0

Please sign in to comment.