196e43aa48
Signed-off-by: Ryan Richard <richardry@vmware.com>
18 lines
632 B
YAML
18 lines
632 B
YAML
#! 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":"federationdomains.config.supervisor.pinniped.dev"}}), expects=1
|
|
---
|
|
metadata:
|
|
#@overlay/match missing_ok=True
|
|
labels: #@ labels()
|
|
|
|
#@overlay/match by=overlay.subset({"kind": "CustomResourceDefinition", "metadata":{"name":"oidcidentityproviders.idp.supervisor.pinniped.dev"}}), expects=1
|
|
---
|
|
metadata:
|
|
#@overlay/match missing_ok=True
|
|
labels: #@ labels()
|