Add ability to override namespace when running make deploy

This commit is contained in:
Shane McDonald
2021-09-29 15:31:19 -04:00
parent aa969e2a93
commit d9fbda5e15
4 changed files with 32 additions and 35 deletions

View File

@@ -1,4 +1,3 @@
---
apiVersion: operators.coreos.com/v1beta1
kind: ClusterServiceVersion
metadata:
@@ -13,27 +12,27 @@ spec:
description: An operator for the AWX Project
displayName: AWX
icon:
- base64data: ""
mediatype: ""
- base64data: ""
mediatype: ""
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
- supported: true
type: OwnNamespace
- supported: true
type: SingleNamespace
- supported: true
type: MultiNamespace
- supported: false
type: AllNamespaces
keywords:
- automation
- ansible
- automation
- ansible
links:
- name: Awx Operator
url: https://awx-operator.domain
- name: Awx Operator
url: https://awx-operator.domain
maturity: alpha
provider:
name: Ansible