You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,12 +32,12 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
32
32
| hostAliases | object |`{}`| A dict with `{ip, hostnames array}` to configure custom entries in /etc/hosts. See [values.yaml](./values.yaml) for an example. |
| image.repository | string |`"ccremer/zfs-provisioner"`| Location of the container image |
36
-
| image.tag | string |`"v1"`| Container image tag |
35
+
| image.repository | string |`"tosih/zfs-provisioner"`| Location of the container image |
36
+
| image.tag | string |`"v2.2.2"`| Container image tag |
37
37
| imagePullSecrets | list |`[]`||
38
38
| nameOverride | string |`""`||
39
39
| nodeSelector | object |`{}`| Reminder: This has no effect on any PVs, but maybe you want the provisioner pod running on certain nodes. |
40
-
| podSecurityContext |object|`{}`|If you encounter **issues with SSH, set `podSecurityContext.fsGroup=100`**, as the SSH files might not be readable to the container user `zfs` with uid 100.|
40
+
| podSecurityContext.fsGroup|int|`100`||
41
41
| provisioner.instance | string |`"pv.kubernetes.io/zfs"`| Provisoner instance name if multiple are running (multiple instances are not required for managing multiple ZFS hosts) |
42
42
| rbac.create | bool |`false`|**Required for first time deployments** Grant the service account the necessary permissions, |
0 commit comments