Skip to content

Commit

Permalink
Merge pull request #566 from fmount/samples
Browse files Browse the repository at this point in the history
Fix ceph samples
  • Loading branch information
openshift-merge-bot[bot] authored Jun 26, 2024
2 parents 75b4a7f + a20791e commit 4c1c2df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
6 changes: 2 additions & 4 deletions config/samples/backends/ceph/ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ spec:
extraVolType: Ceph
volumes:
- name: ceph
projected:
sources:
- secret:
name: ceph-client-conf
secret:
secretName: ceph-conf-files
mounts:
- name: ceph
mountPath: "/etc/ceph"
Expand Down
6 changes: 2 additions & 4 deletions config/samples/backends/edge/edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,8 @@ spec:
extraVolType: Ceph
volumes:
- name: ceph
projected:
sources:
- secret:
name: ceph-client-conf
secret:
secretName: ceph-conf-files
mounts:
- name: ceph
mountPath: "/etc/ceph"
Expand Down
6 changes: 2 additions & 4 deletions config/samples/image_cache/image-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ spec:
extraVolType: Ceph
volumes:
- name: ceph
projected:
sources:
- secret:
name: ceph-client-conf
secret:
secretName: ceph-conf-files
mounts:
- name: ceph
mountPath: "/etc/ceph"
Expand Down
18 changes: 6 additions & 12 deletions docs/dev/design-decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,8 @@ spec:
- central
volumes:
- name: ceph0
projected:
sources:
- secret:
name: ceph-conf-files-0
secret:
secretName: ceph-conf-files-0
mounts:
- name: ceph0
mountPath: "/etc/ceph"
Expand All @@ -315,10 +313,8 @@ spec:
- edge0
volumes:
- name: ceph1
projected:
sources:
- secret:
name: ceph-conf-files-1
secret:
secretName: ceph-conf-files-1
mounts:
- name: ceph1
mountPath: "/etc/ceph"
Expand All @@ -330,10 +326,8 @@ spec:
- edge1
volumes:
- name: ceph2
projected:
sources:
- secret:
name: ceph-conf-files-2
secret:
secretName: ceph-conf-files-2
mounts:
- name: ceph2
mountPath: "/etc/ceph"
Expand Down

0 comments on commit 4c1c2df

Please sign in to comment.