Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ripolin authored and Vincent Baer committed Aug 31, 2023
1 parent 9917534 commit c0e2b94
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions osc-bsu-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,13 @@ csiDriver:
# -- Policy of the FileSystem (see [Docs](https://kubernetes-csi.github.io/docs/support-fsgroup.html#supported-modes))
fsGroupPolicy: File

# -- HTTP proxy configuration example
# caBundle:
# name: my-ca-bundle
# key: my-ca-bundle.pem
# httpsProxy: https://my-proxy.foo.bar
# noProxy: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,169.254.169.254
caBundle:
# -- Secret name containing additional certificates authorities
name: ''
# -- Entry key in secret used to store additional certificates authorities
key: ''

# -- Value used to create environment variable HTTPS_PROXY
httpsProxy: ''
# -- Value used to create environment variable NO_PROXY
noProxy: ''

0 comments on commit c0e2b94

Please sign in to comment.