-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4108ac9
commit 651a486
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
ansible-automation-platform/operator/overlays/stable-2.5-cluster-scoped/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
ansible-automation-platform/operator/overlays/stable-2.5-cluster-scoped/patch-channel.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
17 changes: 17 additions & 0 deletions
17
ansible-automation-platform/operator/overlays/stable-2.5/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
ansible-automation-platform/operator/overlays/stable-2.5/patch-channel.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- op: replace | ||
path: /spec/channel | ||
value: 'stable-2.5' |