Merge "HTK: Fix k8s pod security context example"

This commit is contained in:
Zuul 2019-02-16 07:42:44 +00:00 committed by Gerrit Code Review
commit 4a0b8d0511

@ -22,8 +22,9 @@ values: |
user:
myApp:
uid: 34356
security_context:
myApp:
myApp:
security_context:
readOnlyRootFilesystem: true
seLinuxOptions:
level: "s0:c123,c456"
usage: |
@ -31,8 +32,9 @@ usage: |
return: |
securityContext:
runAsUser: 34356
readOnlyRootFilesystem: true
seLinuxOptions:
level: "s0:c123,c456"
level: s0:c123,c456
*/}}
{{- define "helm-toolkit.snippets.kubernetes_pod_security_context" -}}