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
I'm not a huge fan of the conventions in the "default" / open source helm chart template. We should create our own template! (Or find a better open source one)
Ideals:
namespace things reasonably when possible (i.e. under pod or service or deployment)
use conventions from Kubernetes where possible (i.e. storageClassName instead of storageClass)
_helpers.tpl to simplify life
extraObjects
The text was updated successfully, but these errors were encountered:
Related to #37
I'm not a huge fan of the conventions in the "default" / open source helm chart template. We should create our own template! (Or find a better open source one)
Ideals:
pod
orservice
ordeployment
)storageClassName
instead ofstorageClass
)_helpers.tpl
to simplify lifeextraObjects
The text was updated successfully, but these errors were encountered: