Skip to content

Commit 77eba61

Browse files
committed
[aws/examples] - Update volume mount path to /etc/ssl/certs/ca-bundle.crt
1 parent c90cf16 commit 77eba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ spec:
157157
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/<YOUR CLUSTER NAME>
158158
volumeMounts:
159159
- name: ssl-certs
160-
mountPath: /etc/ssl/certs/ca-certificates.crt
160+
mountPath: /etc/ssl/certs/ca-bundle.crt
161161
readOnly: true
162162
imagePullPolicy: "Always"
163163
volumes:

0 commit comments

Comments
 (0)