remove enabled key
Signed-off-by: Wim Fournier <github@fournier.nl>
This commit is contained in:
parent
590513022a
commit
480f446f22
7 changed files with 11 additions and 11 deletions
|
@ -257,7 +257,7 @@ spec:
|
||||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||||
{{- if .Values.controller.containerSecurityContext.enabled }}
|
{{- if .Values.controller.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.controller.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.controller.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
workingDir: /home/argocd
|
workingDir: /home/argocd
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
@ -184,7 +184,7 @@ spec:
|
||||||
{{- toYaml .Values.applicationSet.resources | nindent 12 }}
|
{{- toYaml .Values.applicationSet.resources | nindent 12 }}
|
||||||
{{- if .Values.applicationSet.containerSecurityContext.enabled }}
|
{{- if .Values.applicationSet.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.applicationSet.containerSecurityContext | nindent 12 }}
|
{{- omit .Values.applicationSet.containerSecurityContext "enabled" | toYaml | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- with .Values.applicationSet.extraVolumeMounts }}
|
{{- with .Values.applicationSet.extraVolumeMounts }}
|
||||||
|
|
|
@ -82,7 +82,7 @@ spec:
|
||||||
{{- toYaml .Values.notifications.resources | nindent 12 }}
|
{{- toYaml .Values.notifications.resources | nindent 12 }}
|
||||||
{{- if .Values.notifications.containerSecurityContext.enabled }}
|
{{- if .Values.notifications.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.notifications.containerSecurityContext | nindent 12 }}
|
{{- omit .Values.notifications.containerSecurityContext "enabled" | toYaml | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
@ -275,7 +275,7 @@ spec:
|
||||||
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
||||||
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.repoServer.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.repoServer.lifecycle }}
|
{{- with .Values.repoServer.lifecycle }}
|
||||||
lifecycle:
|
lifecycle:
|
||||||
|
@ -300,7 +300,7 @@ spec:
|
||||||
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
||||||
{{- with .Values.repoServer.containerSecurityContext }}
|
{{- with .Values.repoServer.containerSecurityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- omit . "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
@ -336,7 +336,7 @@ spec:
|
||||||
{{- toYaml .Values.server.resources | nindent 10 }}
|
{{- toYaml .Values.server.resources | nindent 10 }}
|
||||||
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.repoServer.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.server.lifecycle }}
|
{{- with .Values.server.lifecycle }}
|
||||||
lifecycle:
|
lifecycle:
|
||||||
|
@ -350,7 +350,7 @@ spec:
|
||||||
{{- toYaml .Values.server.extensions.resources | nindent 10 }}
|
{{- toYaml .Values.server.extensions.resources | nindent 10 }}
|
||||||
{{- if .Values.server.extensions.containerSecurityContext.enabled }}
|
{{- if .Values.server.extensions.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.server.extensions.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.server.extensions.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: extensions
|
- name: extensions
|
||||||
|
|
|
@ -119,7 +119,7 @@ spec:
|
||||||
{{- toYaml .Values.dex.resources | nindent 10 }}
|
{{- toYaml .Values.dex.resources | nindent 10 }}
|
||||||
{{- if .Values.dex.containerSecurityContext.enabled }}
|
{{- if .Values.dex.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.dex.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- with .Values.dex.volumeMounts }}
|
{{- with .Values.dex.volumeMounts }}
|
||||||
|
@ -152,7 +152,7 @@ spec:
|
||||||
{{- toYaml .Values.dex.resources | nindent 10 }}
|
{{- toYaml .Values.dex.resources | nindent 10 }}
|
||||||
{{- if .Values.dex.containerSecurityContext.enabled }}
|
{{- if .Values.dex.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.dex.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- with .Values.dex.initContainers }}
|
{{- with .Values.dex.initContainers }}
|
||||||
{{- tpl (toYaml .) $ | nindent 6 }}
|
{{- tpl (toYaml .) $ | nindent 6 }}
|
||||||
|
|
|
@ -77,7 +77,7 @@ spec:
|
||||||
{{- toYaml .Values.redis.resources | nindent 10 }}
|
{{- toYaml .Values.redis.resources | nindent 10 }}
|
||||||
{{- if .Values.redis.containerSecurityContext.enabled }}
|
{{- if .Values.redis.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.redis.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.redis.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.redis.volumeMounts }}
|
{{- with .Values.redis.volumeMounts }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -103,7 +103,7 @@ spec:
|
||||||
{{- toYaml .Values.redis.exporter.resources | nindent 10 }}
|
{{- toYaml .Values.redis.exporter.resources | nindent 10 }}
|
||||||
{{- if .Values.redis.exporter.containerSecurityContext.enabled }}
|
{{- if .Values.redis.exporter.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.redis.exporter.containerSecurityContext | nindent 10 }}
|
{{- omit .Values.redis.exporter.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.redis.extraContainers }}
|
{{- with .Values.redis.extraContainers }}
|
||||||
|
|
Loading…
Reference in a new issue