Description of the change
The templates considers the value .Values.nextcloud.postgreSqlInitContainer.securityContext :
|
{{- with .Values.nextcloud.postgreSqlInitContainer.securityContext }} |
|
securityContext: |
|
{{- toYaml . | nindent 12 }} |
|
{{- end }} |
I suggest we document it along with all other values.
Benefits
Users know that this important value exists.
Possible drawbacks
Documentation is boring.
Additional information
I'm happy to implement this for you, just want to know that a contribution is welcome.
Description of the change
The templates considers the value
.Values.nextcloud.postgreSqlInitContainer.securityContext:helm/charts/nextcloud/templates/deployment.yaml
Lines 320 to 323 in f184134
I suggest we document it along with all other values.
Benefits
Users know that this important value exists.
Possible drawbacks
Documentation is boring.
Additional information
I'm happy to implement this for you, just want to know that a contribution is welcome.