Skip to content

Commit

Permalink
Fix custom CA not working (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
JenTing Hsiao authored Aug 12, 2020
1 parent 41d1e01 commit 6503fc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.4.0
description: A Helm chart for velero
name: velero
version: 2.12.13
version: 2.12.14
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
3 changes: 3 additions & 0 deletions charts/velero/templates/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
{{- with .prefix }}
prefix: {{ . }}
{{- end }}
{{- with .caCert }}
caCert: {{ . }}
{{- end }}
{{- with .config }}
config:
{{ toYaml . | indent 4}}
Expand Down
6 changes: 1 addition & 5 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,8 @@ configuration:
provider:
# bucket is the name of the bucket to store backups in. Required.
bucket:
# caCert defines a CA bundle to use when verifying TLS connections to the provider.
# caCert defines a base64 encoded CA bundle to use when verifying TLS connections to the provider.
caCert:
# type is byte
format:
# type is string
type:
# prefix is the directory under which all Velero data should be stored within the bucket. Optional.
prefix:
# Additional provider-specific configuration. See link above
Expand Down

0 comments on commit 6503fc4

Please sign in to comment.