Skip to content

Commit

Permalink
Update mountpath for certificate in autopilot pod
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-bhatia committed Feb 8, 2024
1 parent dc07d1e commit 7c5e139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/storage/portworx/component/autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var (
},
{
Name: "ca-cert-volume",
MountPath: "/etc/ssl/certs",
MountPath: "/etc/ssl/px-custom/1",
ReadOnly: true,
VolumeSource: v1.VolumeSource{
Secret: &v1.SecretVolumeSource{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
name: autopilot
volumeMounts:
- name: ca-cert-volume
mountPath: /etc/ssl/certs
mountPath: /etc/ssl/px-custom/1
readOnly: true
- name: config-volume
mountPath: /etc/config
Expand Down

0 comments on commit 7c5e139

Please sign in to comment.