Skip to content

Commit 7e7095e

Browse files
authored
Merge pull request #424 from strangiato/cluster-observability
add stable cluster observability operator channel
2 parents 3b73a63 + 879cacb commit 7e7095e

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

cluster-observability-operator/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Do not use the `base` directory directly, as you will need to patch the `channel
1111
The current *overlays* available are for the following channels:
1212

1313
* [development](operator/overlays/development)
14+
* [stable](operator/overlays/stable)
1415

1516
## Usage
1617

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**Version: 1.4.0**
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
resources:
5+
- ../../base
6+
7+
patches:
8+
- target:
9+
kind: Subscription
10+
name: cluster-observability-operator
11+
path: patch-channel.yaml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- op: replace
2+
path: /spec/channel
3+
value: stable

0 commit comments

Comments
 (0)