17 lines
406 B
YAML
17 lines
406 B
YAML
---
|
|
apiVersion: operators.coreos.com/v1alpha1
|
|
kind: Subscription
|
|
metadata:
|
|
name: openshift-gitops-operator
|
|
namespace: openshift-gitops-operator
|
|
spec:
|
|
channel: gitops-1.16
|
|
config:
|
|
env:
|
|
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
|
|
value: openshift-gitops
|
|
installPlanApproval: Automatic
|
|
name: openshift-gitops-operator
|
|
source: redhat-operators
|
|
sourceNamespace: openshift-marketplace
|