Skip to content

Commit 2f36607

Browse files
vcarluercsmplatform
andcommitted
chore(docs): Update generated Helm Charts documentations
[skip ci] Co-authored-by: csmplatform <[email protected]>
1 parent af8ecb1 commit 2f36607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/kubernetes/helm-chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Cosmo Tech Platform API
1414
| argo.imageCredentials.password | string | `""` | password for registry to use for pulling the Workflow images. Useful if you are using a private registry |
1515
| argo.imageCredentials.registry | string | `""` | container registry to use for pulling the Workflow images. Useful if you are using a private registry |
1616
| argo.imageCredentials.username | string | `""` | username for the container registry to use for pulling the Workflow images. Useful if you are using a private registry |
17-
| argo.storage.class | object | `{"install":true,"mountOptions":["dir_mode=0777","file_mode=0777","uid=0","gid=0","mfsymlinks","cache=strict","actimeo=30"],"parameters":{"skuName":"Premium_LRS","tags":"Authentication=Anonymous,Network=Exposed"},"provisioner":"kubernetes.io/azure-file"}` | storage class used by Workflows submitted to Argo |
17+
| argo.storage.class | object | `{"install":true,"mountOptions":["dir_mode=0777","file_mode=0777","uid=0","gid=0","mfsymlinks","cache=strict","actimeo=30"],"parameters":{"skuName":"Premium_LRS"},"provisioner":"kubernetes.io/azure-file"}` | storage class used by Workflows submitted to Argo |
1818
| argo.storage.class.install | bool | `true` | whether to install the storage class |
1919
| argo.storage.class.mountOptions | list | `["dir_mode=0777","file_mode=0777","uid=0","gid=0","mfsymlinks","cache=strict","actimeo=30"]` | mount options, depending on the volume plugin configured. If the volume plugin does not support mount options but mount options are specified, provisioning will fail. |
20-
| argo.storage.class.parameters | object | `{"skuName":"Premium_LRS","tags":"Authentication=Anonymous,Network=Exposed"}` | Parameters describe volumes belonging to the storage class. Different parameters may be accepted depending on the provisioner. |
20+
| argo.storage.class.parameters | object | `{"skuName":"Premium_LRS"}` | Parameters describe volumes belonging to the storage class. Different parameters may be accepted depending on the provisioner. |
2121
| argo.storage.class.provisioner | string | `"kubernetes.io/azure-file"` | volume plugin used for provisioning Persistent Volumes |
2222
| autoscaling.enabled | bool | `false` | |
2323
| autoscaling.maxReplicas | int | `100` | |

0 commit comments

Comments
 (0)