Skip to content

Commit

Permalink
TESTING - INSECURE
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jan 21, 2025
1 parent 2fb54cf commit 6e05137
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions applications/times-square/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ spec:
{{- end }}
- name: {{ .Chart.Name }}
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
privileged: true
capabilities:
drop:
- all
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
Expand Down

0 comments on commit 6e05137

Please sign in to comment.