1# Copyright (c) 2022 Gitpod GmbH. All rights reserved. 2# Licensed under the GNU Affero General Public License (AGPL). 3# See License-AGPL.txt in the project root for license information. 4 5resources: 6- manager.yaml 7 8generatorOptions: 9 disableNameSuffixHash: true 10 11configMapGenerator: 12- name: manager-config 13 files: 14 - controller_manager_config.yaml 15 16