28 lines
645 B
YAML
28 lines
645 B
YAML
#
|
|
# Copyright (c) 2019-2021 Red Hat, Inc.
|
|
# This program and the accompanying materials are made
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# Red Hat, Inc. - initial API and implementation
|
|
#
|
|
|
|
resources:
|
|
- manager.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- patches/manager_webhook_service_patch.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
kind: Kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
images:
|
|
- name: quay.io/eclipse/che-operator:next
|
|
newName: quay.io/eclipse/che-operator
|
|
newTag: next
|