Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 512 Bytes

logging-subscription-object-snip.adoc

File metadata and controls

23 lines (22 loc) · 512 Bytes
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  name: cluster-logging
  namespace: openshift-logging
spec:
  channel: "stable" (1)
  name: cluster-logging
  source: redhat-operators
  sourceNamespace: openshift-marketplace
  installPlanApproval: Automatic
  1. Specify stable, or stable-5.<y> as the channel.