Skip to content

Commit

Permalink
TESTING - INSECURE
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jan 17, 2025
1 parent 8e352f1 commit 98d657e
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 98d657e

Please sign in to comment.