56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
resources:
|
|
- github.com/redhat-cop/gitops-catalog/openshift-data-foundation-operator/operator/overlays/stable-4.16
|
|
|
|
patches:
|
|
- patch: |-
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/image
|
|
value: registry.redhat.io/openshift4/ose-cli:latest
|
|
target:
|
|
kind: Job
|
|
name: enable-odf-console-plugin
|
|
- patch: |-
|
|
- op: replace
|
|
path: /spec/channel
|
|
value: stable-4.17
|
|
target:
|
|
kind: Subscription
|
|
name: odf-operator
|
|
- patch: |-
|
|
- op: replace
|
|
path: /apiVersion
|
|
value: console.openshift.io/v1
|
|
- op: replace
|
|
path: /spec
|
|
value:
|
|
backend:
|
|
service:
|
|
basePath: /
|
|
name: odf-console-service
|
|
namespace: openshift-storage
|
|
port: 9001
|
|
type: Service
|
|
displayName: ODF Plugin
|
|
i18n:
|
|
loadType: ""
|
|
proxy:
|
|
- alias: provider-proxy
|
|
authorization: UserToken
|
|
endpoint:
|
|
service:
|
|
name: ux-backend-proxy
|
|
namespace: openshift-storage
|
|
port: 8888
|
|
type: Service
|
|
- alias: rosa-prometheus
|
|
authorization: None
|
|
endpoint:
|
|
service:
|
|
name: prometheus
|
|
namespace: openshift-storage
|
|
port: 9339
|
|
type: Service
|
|
target:
|
|
kind: ConsolePlugin
|
|
name: odf-console
|