2020-10-14 22:05:42 +00:00
|
|
|
#! Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
|
|
#! SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
#@ load("@ytt:overlay", "overlay")
|
|
|
|
#@ load("helpers.lib.yaml", "labels")
|
|
|
|
|
|
|
|
#@overlay/match by=overlay.subset({"kind": "CustomResourceDefinition", "metadata":{"name":"credentialissuerconfigs.config.pinniped.dev"}}), expects=1
|
|
|
|
---
|
|
|
|
metadata:
|
|
|
|
#@overlay/match missing_ok=True
|
|
|
|
labels: #@ labels()
|
|
|
|
|
2020-10-30 15:51:56 +00:00
|
|
|
#@overlay/match by=overlay.subset({"kind": "CustomResourceDefinition", "metadata":{"name":"webhookidentityproviders.idp.concierge.pinniped.dev"}}), expects=1
|
2020-10-14 22:05:42 +00:00
|
|
|
---
|
|
|
|
metadata:
|
|
|
|
#@overlay/match missing_ok=True
|
|
|
|
labels: #@ labels()
|