Skip to content

Commit

Permalink
Merge pull request #334 from David-Igou/add-aap-2.5
Browse files Browse the repository at this point in the history
Add AAP 2.5 overlays
  • Loading branch information
strangiato authored Sep 30, 2024
2 parents 4108ac9 + 651a486 commit f1cf7c9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ansible-automation-platform

resources:
- ../../base

patches:
- patch: |-
- op: replace
path: /spec/targetNamespaces
value: []
target:
kind: OperatorGroup
name: ansible-automation-platform-operator
- path: patch-channel.yaml
target:
group: operators.coreos.com
kind: Subscription
name: ansible-automation-platform
namespace: ansible-automation-platform
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 'stable-2.5-cluster-scoped'
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ansible-automation-platform


resources:
- ../../base
patches:
- path: patch-channel.yaml
target:
group: operators.coreos.com
kind: Subscription
name: ansible-automation-platform
namespace: ansible-automation-platform
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 'stable-2.5'

0 comments on commit f1cf7c9

Please sign in to comment.