mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kong] fix Job securityContext indentation (#19887)
Add an additional level of indentation to Job securityContexts. Previously, the context would render incorrectly, e.g. securityContext: runAsUser: 1000 It should now render as: securityContext: runAsUser: 1000 Signed-off-by: Travis Raines <traines@konghq.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6ba8013533
commit
eaf1d891d5
@@ -11,5 +11,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.34.0
|
||||
version: 0.34.1
|
||||
appVersion: 1.4
|
||||
|
||||
@@ -450,6 +450,18 @@ value is your SMTP password.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.34.1
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Correct indentation for Job securityContexts.
|
||||
|
||||
### 0.34.0
|
||||
|
||||
#### New features
|
||||
|
||||
- Update default version of Ingress Controller to 0.7.0
|
||||
|
||||
### 0.33.1
|
||||
|
||||
#### Fixed
|
||||
|
||||
@@ -46,7 +46,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- include "kong.volumeMounts" . | nindent 8 }}
|
||||
securityContext:
|
||||
{{- include "kong.podsecuritycontext" . | nindent 6 }}
|
||||
{{- include "kong.podsecuritycontext" . | nindent 8 }}
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
{{- include "kong.volumes" . | nindent 6 -}}
|
||||
|
||||
@@ -46,7 +46,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- include "kong.volumeMounts" . | nindent 8 }}
|
||||
securityContext:
|
||||
{{- include "kong.podsecuritycontext" . | nindent 6 }}
|
||||
{{- include "kong.podsecuritycontext" . | nindent 8 }}
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
{{- include "kong.volumes" . | nindent 6 -}}
|
||||
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- include "kong.volumeMounts" . | nindent 8 }}
|
||||
securityContext:
|
||||
{{- include "kong.podsecuritycontext" . | nindent 6 }}
|
||||
{{- include "kong.podsecuritycontext" . | nindent 8 }}
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
{{- include "kong.volumes" . | nindent 6 -}}
|
||||
|
||||
Reference in New Issue
Block a user