Skip to content

Commit

Permalink
Merge pull request #271 from dlbewley/rhacm-29
Browse files Browse the repository at this point in the history
add ACM 2.9 operator overlay
  • Loading branch information
pittar authored Dec 10, 2023
2 parents f26fdb3 + bd0eae4 commit d447160
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
9 changes: 5 additions & 4 deletions advanced-cluster-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ 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.4](operator/overlays/release-2.4)
* [release-2.5](operator/overlays/release-2.5)
* [release-2.6](operator/overlays/release-2.6)
* [release-2.7](operator/overlays/release-2.7)
* [release-2.9](operator/overlays/release-2.9)
* [release-2.8](operator/overlays/release-2.8)
* [release-2.7](operator/overlays/release-2.7)
* [release-2.6](operator/overlays/release-2.6)
* [release-2.5](operator/overlays/release-2.5)
* [release-2.4](operator/overlays/release-2.4)

## Usage

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.9

0 comments on commit d447160

Please sign in to comment.