You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I decided upon some naming conventions after having already done the celestia-local work, so I need to go back and make some things consistent with the newer work.
consistent naming for PersistentVolumes and PersistentVolumeClaims
{{pod name}}-{{service name}}-pv
{{pod name}}-{{service name}}-pvc
use plural version of words for kubernetes yaml filenames, even if there is only one resource in the file at the moment
volumes.yaml, storageclasses.yaml, etc
consistent naming for storage values in values.yaml
The text was updated successfully, but these errors were encountered:
I decided upon some naming conventions after having already done the
celestia-local
work, so I need to go back and make some things consistent with the newer work.{{pod name}}-{{service name}}-pv
{{pod name}}-{{service name}}-pvc
volumes.yaml
,storageclasses.yaml
, etcvalues.yaml
The text was updated successfully, but these errors were encountered: