*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit dbfd1efa authored by Weber, Thomas's avatar Weber, Thomas
Browse files

add: irods-csi-driver customization

parent e9ccc800
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -18,12 +18,12 @@ spec:
version: {{ item.value.version | default("0.4.11") }}
targetNamespace: irods-csi-driver
set:
client: irodsfuse
enforceProxyAccess: true
host: icat-zoneA.irods.dev.austrianopensciencecloud.org
port: 1247
zone: zoneA
user: rods
volumeRootPath: "/zoneA/dynamic_volumes"
mountPathWhitelist: "/zoneA/home"
#password:
\ No newline at end of file
client: {{ item.value.client | default("irodsfuse") }}
enforceProxyAccess: {{ item.value.enforceProxyAccess | default("true") }}
host: {{ item.value.host | default("icat-zoneA.irods.dev.austrianopensciencecloud.org") }}
port: {{ item.value.port | default(1247) }}
zone: {{ item.value.zone | default("zoneA") }}
user: {{ item.value.user | default("rods") }}
volumeRootPath: {{ item.value.volumeRootPath | default("/zoneA/dynamic_volumes") }}
mountPathWhitelist: {{ item.value.mountPathWhitelist | default("/zoneA/home") }}
#password: {{ item.value.password | default("password") }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment