Merge "Revert "Set Security Context to ks-user job""
This commit is contained in:
commit
b2dd2f77e9
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Helm-Toolkit
|
||||
name: helm-toolkit
|
||||
version: 0.2.25
|
||||
version: 0.2.26
|
||||
home: https://docs.openstack.org/openstack-helm
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
|
||||
sources:
|
||||
|
@ -70,15 +70,6 @@ spec:
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
||||
spec:
|
||||
serviceAccountName: {{ $serviceAccountName | quote }}
|
||||
{{- if hasKey $envAll.Values "pod" -}}
|
||||
{{- if hasKey $envAll.Values.pod "security_context" -}}
|
||||
{{- range $service, $value := $envAll.Values.pod.security_context }}
|
||||
{{- if (($value).pod) }}
|
||||
{{ dict "envAll" $envAll "application" $service | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
restartPolicy: {{ $restartPolicy }}
|
||||
nodeSelector:
|
||||
{{ toYaml $nodeSelector | indent 8 }}
|
||||
|
@ -32,4 +32,5 @@ helm-toolkit:
|
||||
- 0.2.23 Helm 3 - Fix Job labels
|
||||
- 0.2.24 Migrate Ingress resources to networking.k8s.io/v1
|
||||
- 0.2.25 Set Security Context to ks-user job
|
||||
- 0.2.26 Revert Set Security Context to ks-user job
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user