Skip to content

Commit

Permalink
Merge pull request #3960 from Kixa/master
Browse files Browse the repository at this point in the history
Fix typo in values.yaml example for extraVolumeMounts
  • Loading branch information
k8s-ci-robot committed Mar 24, 2021
2 parents 90bccb0 + 7dc9911 commit 2542e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.9.1
version: 9.9.2
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,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 2542e8c

Please sign in to comment.