Skip to content

Commit

Permalink
Merge pull request #264 from rakeshgm/add-labels
Browse files Browse the repository at this point in the history
add resources to transformer config
  • Loading branch information
ShyamsundarR committed May 14, 2024
2 parents 0e19539 + 5cb63d3 commit aae5e10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/dr-cluster/manifests/idr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
disableNameSuffixHash: true
labels:
config.openshift.io/inject-trusted-cabundle: "true"
app: ramen-dr-cluster

patchesStrategicMerge:
- manager_openshift_trusted_cabundle.yaml
Expand Down
1 change: 1 addition & 0 deletions config/dr-cluster/manifests/odr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
disableNameSuffixHash: true
labels:
config.openshift.io/inject-trusted-cabundle: "true"
app: ramen-dr-cluster

patchesStrategicMerge:
- manager_openshift_trusted_cabundle.yaml
Expand Down
1 change: 1 addition & 0 deletions config/hub/manifests/idr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
disableNameSuffixHash: true
labels:
config.openshift.io/inject-trusted-cabundle: "true"
app: ramen-hub

patchesStrategicMerge:
- manager_openshift_trusted_cabundle.yaml
Expand Down
1 change: 1 addition & 0 deletions config/hub/manifests/odr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
disableNameSuffixHash: true
labels:
config.openshift.io/inject-trusted-cabundle: "true"
app: ramen-hub

patchesStrategicMerge:
- manager_openshift_trusted_cabundle.yaml
Expand Down

0 comments on commit aae5e10

Please sign in to comment.