Skip to content

Commit

Permalink
Fix typo in values.yaml example for extraVolumeMounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kixa committed Mar 19, 2021
1 parent b98fef4 commit 90b5170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ extraVolumes: []
extraVolumeMounts: []
# - name: ssl-certs
# mountPath: /etc/ssl/certs/ca-certificates.crt
# readonly: true
# readOnly: true

# fullnameOverride -- String to fully override `cluster-autoscaler.fullname` template.
fullnameOverride: ""
Expand Down

0 comments on commit 90b5170

Please sign in to comment.