Skip to content

Commit

Permalink
Merge branch 'main' into ci-images-build-pipeline-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Mar 6, 2024
2 parents 864a171 + bc82d87 commit c283cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
- name: configdir
mountPath: /config
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
Expand Down
5 changes: 5 additions & 0 deletions helm/flowforge/templates/file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
secretKeyRef:
name: {{ include "forge.applicationSecretName" . }}
key: password
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
containers:
- name: file-storage
{{- if .Values.forge.fileStore.image }}
Expand Down

0 comments on commit c283cac

Please sign in to comment.