20 lines
536 B
YAML
20 lines
536 B
YAML
apiVersion: operators.coreos.com/v1alpha1
|
|
kind: Subscription
|
|
metadata:
|
|
name: openshift-gitops-operator
|
|
namespace: openshift-gitops-operator
|
|
spec:
|
|
config:
|
|
env:
|
|
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
|
|
value: openshift-gitops, gitops
|
|
- name: CONTROLLER_CLUSTER_ROLE
|
|
value: gitops-controller
|
|
- name: SERVER_CLUSTER_ROLE
|
|
value: gitops-server
|
|
channel: gitops-1.15
|
|
installPlanApproval: Automatic
|
|
name: openshift-gitops-operator
|
|
source: redhat-operators
|
|
sourceNamespace: openshift-marketplace
|