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
Copy file name to clipboardExpand all lines: README.md
+53-1Lines changed: 53 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -520,6 +520,58 @@ For more information take a look at
520
520
* Description: If you use an image that is not public. then you can create dockerconfigjson secrets on your cluster and
521
521
reference them here.
522
522
523
+
#### `acs.additionalVolumeMounts`
524
+
525
+
* Required: false
526
+
* Default: None
527
+
* Description: A list of configMaps that need to be mounted as volumes to the alfresco pods. Make sure the configMap specified exists. Layout should be as follows:
* Description: A list of configMaps that need to be mounted as volumes to the alfresco pods. Make sure the configMap specified exists. Layout should be as follows:
549
+
550
+
```yaml
551
+
- configMap:
552
+
defaultMode: 420
553
+
items:
554
+
- key: ldap-ad-authentication.properties
555
+
path: ldap-ad-authentication.properties
556
+
name: ldap1-ad-auth-config
557
+
name: ldap1-ad-auth-volume
558
+
- configMap:
559
+
defaultMode: 420
560
+
items:
561
+
- key: ldap-ad-authentication.properties
562
+
path: ldap-ad-authentication.properties
563
+
name: ldap2-ad-auth-config
564
+
name: ldap2-ad-auth-volume
565
+
- configMap:
566
+
defaultMode: 420
567
+
items:
568
+
- key: ldap-ad-authentication.properties
569
+
path: ldap-ad-authentication.properties
570
+
name: ldap3-ad-auth-config
571
+
name: ldap3-ad-auth-volume
572
+
```
573
+
574
+
523
575
### Digital Workspace
524
576
525
577
#### `digitalWorkspace.enabled`
@@ -2030,7 +2082,7 @@ additional settings can be added through additionalEnvironmentVariables.
2030
2082
2031
2083
* Required: false
2032
2084
* Default: None
2033
-
* Description: A list of aditional volume claims that can be added to the alfresco pods. Layout should be as follows:
2085
+
* Description: A list of additional volume claims that can be added to the alfresco pods. Layout should be as follows:
0 commit comments