Fix a comment

Co-authored-by: Benjamin A. Petersen <ben@benjaminapetersen.me>
This commit is contained in:
Ryan Richard
2023-11-08 13:56:11 -08:00
parent b61557d3c3
commit d5aa682cbc

View File

@@ -50,8 +50,8 @@ if [[ "${PINNIPED_USE_LOCAL_KIND_REGISTRY:-}" != "" ]]; then
docker network connect "kind" "${reg_name}" docker network connect "kind" "${reg_name}"
fi fi
# Configure kind to use the local registry. # Document the local registry.
# https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry # See https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry
cat <<EOF | kubectl apply -f - cat <<EOF | kubectl apply -f -
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap