...
1# Copyright 2022 Google LLC
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# This kustomization.yaml is not intended to be run by itself,
16# since it depends on service name and namespace that are out of this kustomize package.
17# It should be run by config/default
18resources:
19- bases/core.cnrm.cloud.google.com_configconnectors.yaml
20- bases/core.cnrm.cloud.google.com_configconnectorcontexts.yaml
21- bases/customize.core.cnrm.cloud.google.com_controllerresources.yaml
22
23patchesJson6902:
24- target:
25 group: apiextensions.k8s.io
26 version: v1
27 kind: CustomResourceDefinition
28 name: configconnectors.core.cnrm.cloud.google.com
29 path: crd_patch.yaml
View as plain text