Skip to content

Commit

Permalink
Merge pull request #163 from claudio4j/fix_prod_meteringLabels
Browse files Browse the repository at this point in the history
Add metering labels to kustomization
  • Loading branch information
claudio4j authored Dec 20, 2022
2 parents 3e93dea + 856508e commit 449cce1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ci/downstream/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ---------------------------------------------------------------------------

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- operator-deployment.yaml
- operator-service-account.yaml

patchesStrategicMerge:
- patch-add-redhat-labels.yaml
- patch-toleration.yaml
- patch-node-selector.yaml
- patch-resource-requirements.yaml
1 change: 1 addition & 0 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resources:
- operator-service-account.yaml

patchesStrategicMerge:
- patch-add-redhat-labels.yaml
- patch-toleration.yaml
- patch-node-selector.yaml
- patch-resource-requirements.yaml

0 comments on commit 449cce1

Please sign in to comment.