12 lines
373 B
YAML
12 lines
373 B
YAML
|
#! Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
||
|
#! SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
#@ load("@ytt:overlay", "overlay")
|
||
|
#@overlay/match by=overlay.all
|
||
|
---
|
||
|
#@overlay/match missing_ok=True
|
||
|
containerdConfigPatches:
|
||
|
- |-
|
||
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."kind-registry.local:5000"]
|
||
|
endpoint = ["http://kind-registry.local:5000"]
|