[aws/examples] - Update volume mount path to /etc/ssl/certs/ca-bundle.crt

This commit is contained in:
dmakeroam 2020-10-27 22:39:35 +07:00
parent c90cf16b5e
commit 77eba614e1
No known key found for this signature in database
GPG Key ID: 4D715F66EE6FE880
1 changed files with 1 additions and 1 deletions

View File

@ -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: