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
In some cases it is useful to add some documenation at 2 diffent levels. Example :
# Bla bla about persistencepersistence:
# Enable / disable persistenceenabled: true
Currently, you can't have both comments. Using the +doc-gen:break tag which is nice to get persistence comment but you won't get sub attributes description.
Do you think it might be possible to add both :
parameter
Description
Default
persistence
Bla bla about persistence
{ enabled: true }
persistence.enbaled
Enable / disable persistence
true
Moreover, in order to have shorter values.yaml files, it is common to add inline comments. Do you think you could handle it ?
# Bla bla about persistencepersistence:
enabled: true # Enable / disable persistence
The text was updated successfully, but these errors were encountered:
In some cases it is useful to add some documenation at 2 diffent levels. Example :
Currently, you can't have both comments. Using the
+doc-gen:break
tag which is nice to getpersistence
comment but you won't get sub attributes description.Do you think it might be possible to add both :
{ enabled: true }
true
Moreover, in order to have shorter values.yaml files, it is common to add inline comments. Do you think you could handle it ?
The text was updated successfully, but these errors were encountered: