fix: Chart audit

This commit is contained in:
Dries De Peuter 2023-03-11 22:29:39 +01:00
parent f142fe4196
commit 8def55bfe6
No known key found for this signature in database
2 changed files with 6 additions and 21 deletions

View file

@ -1,15 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "well-known.fullname" . }}-test-connection"
labels:
{{- include "well-known.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "well-known.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never

View file

@ -54,12 +54,12 @@ podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
# runAsUser: 1000
service: