Skip to content

Commit

Permalink
bundle: update generated changes
Browse files Browse the repository at this point in the history
generated output of "make bundle" command.

Signed-off-by: SanjalKatiyar <sanjaldhir@gmail.com>
  • Loading branch information
SanjalKatiyar committed Apr 25, 2023
1 parent 46b5519 commit c0f1120
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ spec:
manageS3:
default: false
type: boolean
overlappingCIDR:
default: false
description: OverlappingCIDR should be set to true if the peer clusters
have overlapping Pod or Service CIDR. This will enable storage clusters
to use submariner globalnet. Enabling this will cause storage service
disruption while network is being reconfigured.
type: boolean
schedulingIntervals:
description: 'SchedulingIntervals is a list of intervals at which
mirroring snapshots are taken. DEPRECATED : Any changes to this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,16 @@ spec:
- mountPath: /var/serving-cert
name: odf-multicluster-console-serving-cert
readOnly: true
- mountPath: /etc/nginx/nginx.conf
name: odf-multicluster-console-nginx-conf
subPath: nginx.conf
volumes:
- name: odf-multicluster-console-serving-cert
secret:
secretName: odf-multicluster-console-serving-cert
- configMap:
name: odf-multicluster-console-nginx-conf
name: odf-multicluster-console-nginx-conf
permissions:
- rules:
- apiGroups:
Expand Down

0 comments on commit c0f1120

Please sign in to comment.