Skip to content

Commit

Permalink
ops: limit secret service to a single process
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Aug 23, 2024
1 parent 4aeae27 commit f22a198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-chart/renku/templates/secrets-storage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
- name: secrets-storage
image: "{{ .Values.secretsStorage.image.repository }}:{{ .Values.secretsStorage.image.tag }}"
imagePullPolicy: {{ .Values.secretsStorage.image.pullPolicy }}
args: ["--single-process"]
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
ports:
Expand Down

0 comments on commit f22a198

Please sign in to comment.