Skip to content

Commit

Permalink
[aws/examples] - Update volume mount path to /etc/ssl/certs/ca-bundle…
Browse files Browse the repository at this point in the history
….crt
  • Loading branch information
dmakeroam committed Oct 27, 2020
1 parent c90cf16 commit 77eba61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/<YOUR CLUSTER NAME>
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
mountPath: /etc/ssl/certs/ca-bundle.crt
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down

0 comments on commit 77eba61

Please sign in to comment.