Chore(Apps): Simplify GUI for deployment, persistence and securityContext (#1289)
* update deployment settings * hide securityContext by default * replace bottom persistence section with include * temporaryly remove hostPathType * Cleanup basic persistence settings * Allow simplePVC to also be used for volumeClaimTemplates
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 8.5.1
|
||||
version: 8.5.2
|
||||
|
||||
@@ -264,6 +264,14 @@
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- range .Values.volumeClaimTemplates }}
|
||||
{{- if .type }}
|
||||
{{- if eq .type "simplePVC" }}
|
||||
{{- $_ := set . "type" "pvc" }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- range .Values.service }}
|
||||
{{- if .type }}
|
||||
{{- if eq .type "Simple" }}
|
||||
|
||||
Reference in New Issue
Block a user