Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Storage
console.openshift.io/plugins: '["odf-client-console"]'
containerImage: quay.io/ocs-dev/ocs-client-operator:latest
createdAt: "2025-04-21T13:41:01Z"
createdAt: "2025-05-28T06:29:53Z"
description: OpenShift Data Foundation client operator enables consumption of
storage services from a remote centralized OpenShift Data Foundation provider
cluster.
Expand Down Expand Up @@ -643,7 +643,6 @@ spec:
secretName: ocs-client-operator-console-serving-cert
- configMap:
name: ocs-client-operator-console-nginx-conf
optional: true
name: ocs-client-operator-console-nginx-conf
- emptyDir: {}
name: ocs-client-operator-console-nginx-log
Expand Down
1 change: 0 additions & 1 deletion config/console/console_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ spec:
- name: ocs-client-operator-console-nginx-conf
configMap:
name: ocs-client-operator-console-nginx-conf
optional: true
- name: ocs-client-operator-console-nginx-log
emptyDir: {}
- name: ocs-client-operator-console-nginx-tmp
Expand Down
Loading