Skip to content

Commit 48eb81b

Browse files
committed
⬆️ update helm documentation readme
1 parent 0c8e208 commit 48eb81b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/charts/s3-operator/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ A Helm chart for deploying an operator to manage S3 resources (eg buckets, polic
2525
| crds.keep | bool | `true` | Keep CRDs on chart uninstall |
2626
| kubernetes.clusterDomain | string | `"cluster.local"` | |
2727
| kubernetes.overrideExistingSecret | bool | `false` | |
28-
| s3 | object | `{"default":{"accessKey":"accessKey","deletion":{"bucket":true,"path":false,"policy":false,"s3user":false},"enabled":false,"region":"us-east-1","s3Provider":"minio","secretKey":"secretKey","url":"https://localhost:9000"}}` | Default S3 Instance |
28+
| s3 | object | `{"default":{"accessKey":"accessKey","createNamespace":true,"deletion":{"bucket":true,"path":false,"policy":false,"s3user":false},"enabled":false,"namespace":"s3-operator","region":"us-east-1","s3Provider":"minio","secretKey":"secretKey","url":"https://localhost:9000"}}` | Default S3 Instance |
2929

30+
----------------------------------------------
31+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)