Skip to content

Commit

Permalink
Merge pull request #2066 from NCEAS/feature-1666-misc-k8s-fixes
Browse files Browse the repository at this point in the history
update quickref
  • Loading branch information
artntek authored Feb 10, 2025
2 parents 0e564c6 + de47f2c commit b5869c5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions helm/admin/MetacatQuickRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,21 @@ file.**
- for TEST, override at least `global.metacatExternalBaseUrl` and
`global.d1ClientCnUrl`

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

```yaml
customTheme:
```yaml
customTheme:
enabled: true
claimName: metacatsfwmd-metacatui-customtheme
subPath: metacatui-themes/src/cerp/js/themes/cerp
```
```

- [ ] Ensure metacatui has read access

```shell
- chmod -R o+rx metacatui
- ```

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

0 comments on commit b5869c5

Please sign in to comment.