Skip to content

Commit

Permalink
add rhacm 2.11 overlay (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbewley authored Jul 26, 2024
1 parent 19ef4bf commit 27c7b52
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions advanced-cluster-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Do not use the `base` directory directly, as you will need to patch the `channel

The current *overlays* available are for the following channels:

* [release-2.11](operator/overlays/release-2.11)
* [release-2.10](operator/overlays/release-2.10)
* [release-2.9](operator/overlays/release-2.9)
* [release-2.8](operator/overlays/release-2.8)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: advanced-cluster-management
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: release-2.11

0 comments on commit 27c7b52

Please sign in to comment.