Skip to content

Commit

Permalink
Fix security context for cluster-profile-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 21, 2024
1 parent ea8319d commit 1bda4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-profile-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: NAMESPACE
value: {{ include "cluster-profile-manager.namespace" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 12 }}
{{- toYaml .Values.manager.securityContext | nindent 12 }}
volumeMounts:
- name: tmp
mountPath: /tmp
Expand Down

0 comments on commit 1bda4e6

Please sign in to comment.