[aws/examples] - Update volume mount path to /etc/ssl/certs/ca-bundle.crt
This commit is contained in:
parent
c90cf16b5e
commit
77eba614e1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue