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:
Kjeld Schouten-Lebbing
2021-11-06 21:41:31 +01:00
committed by GitHub
parent dcc5ed9ce0
commit 610bff68ec
159 changed files with 13009 additions and 22327 deletions
+1 -1
View File
@@ -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" }}