Merge "Revert "Set Security Context to ks-user job""

This commit is contained in:
Zuul 2021-11-02 14:59:09 +00:00 committed by Gerrit Code Review
commit b2dd2f77e9
3 changed files with 2 additions and 10 deletions

View File

@ -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:

View File

@ -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 }}

View File

@ -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
...