Skip to content

Commit b5869c5

Browse files
authored
Merge pull request #2066 from NCEAS/feature-1666-misc-k8s-fixes
update quickref
2 parents 0e564c6 + de47f2c commit b5869c5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

helm/admin/MetacatQuickRef.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,21 @@ file.**
119119
- for TEST, override at least `global.metacatExternalBaseUrl` and
120120
`global.d1ClientCnUrl`
121121

122-
- [ ] If using a theme from [metacatui-themes](https://github.com/NCEAS/metacatui-themes), this
123-
must be made available on a ceph/PV/PVC mount; e.g:
122+
- If using a theme from [metacatui-themes](https://github.com/NCEAS/metacatui-themes):
123+
- [ ] it must be made available on a ceph/PV/PVC mount; e.g:
124124

125-
```yaml
126-
customTheme:
125+
```yaml
126+
customTheme:
127127
enabled: true
128128
claimName: metacatsfwmd-metacatui-customtheme
129129
subPath: metacatui-themes/src/cerp/js/themes/cerp
130-
```
130+
```
131+
132+
- [ ] Ensure metacatui has read access
133+
134+
```shell
135+
- chmod -R o+rx metacatui
136+
- ```
131137

132138
- [ ] If the custom theme needs to be partially overridden by a separate config.js file (e.g.
133139
`sfwmd.js` is used to override [the CERP

0 commit comments

Comments
 (0)