Skip to content

Commit

Permalink
fix(profile-controller): remove unused volume mount
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Jan 2, 2024
1 parent 20b356c commit b333cea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubeflow/helm/profile-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ spec:
envFrom:
- configMapRef:
name: {{ include "profile-controller.fullname" . }}-config
volumeMounts:
- mountPath: /templates
name: profile-templates
readOnly: true
- name: kfam
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
Expand Down Expand Up @@ -99,10 +95,6 @@ spec:
name: {{ include "profile-controller.fullname" . }}-config
- secretRef:
name: {{ include "profile-controller.fullname" . }}-kfam-secret
volumes:
- configMap:
name: {{ include "profile-controller.fullname" . }}-templates
name: profile-templates
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit b333cea

Please sign in to comment.