|
@ -31,14 +31,14 @@ spec: |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- name: git-repo-volume |
|
|
- name: git-repo-volume |
|
|
# FIX 2: Change 'mountpath' to 'mountPath' |
|
|
# FIX 2: Change 'mountpath' to 'mountPath' |
|
|
mountPath: /repo |
|
|
|
|
|
|
|
|
mountPath: /repo/assets/icons |
|
|
|
|
|
|
|
|
containers: |
|
|
containers: |
|
|
- name: hommer |
|
|
- name: hommer |
|
|
image: b4bz/homer:v23.09.1 |
|
|
image: b4bz/homer:v23.09.1 |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- name: git-repo-volume |
|
|
- name: git-repo-volume |
|
|
mountPath: /www |
|
|
|
|
|
|
|
|
mountPath: /www/assets/icons |
|
|
|
|
|
|
|
|
- name: config-volume |
|
|
- name: config-volume |
|
|
mountPath: /www/assets |
|
|
mountPath: /www/assets |
|
|