Skip to content

Commit

Permalink
fix yaml format
Browse files Browse the repository at this point in the history
Signed-off-by: yanhu.cheng <[email protected]>
  • Loading branch information
yanhu-cheng-20230331 committed Oct 10, 2022
1 parent da1e6fc commit ffed5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}

restartPolicy: Always
nodeSelector:
kubernetes.io/os: linux
Expand Down
4 changes: 2 additions & 2 deletions charts/external-data-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ provider:
enabled: true
caBundle: ""
skipVerify: false

securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
type: RuntimeDefault

0 comments on commit ffed5cb

Please sign in to comment.