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: charts/opencloud-full/values.schema.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
},
32
32
"backup": {
33
33
"additionalProperties": false,
34
-
"description": "Backup related settings\nCompare to https://doc.opencloud.com/opencloud/next/maintenance/b-r/backup_considerations.html",
34
+
"description": "Backup related settings\nCompare to https://doc.opencloud.eu/opencloud/next/maintenance/b-r/backup_considerations.html",
35
35
"properties": {
36
36
"configMapLabels": {
37
37
"additionalProperties": false,
@@ -106,7 +106,7 @@
106
106
},
107
107
"configRefs": {
108
108
"additionalProperties": false,
109
-
"description": "References to ConfigMaps.\nThe ConfigMaps need to be manually created.\nLeave these empty to have them autogenerated by the Helm chart.\nNote that ConfigMaps generated by the helm chart will be removed once the helm chart is uninstalled.\nFurthermore, if you already had ConfigMaps at the default locations, they will be NOT be overwritten,\nbut the helm chart will claim ownership of them. If this is a problem, fill in the configRefs below\nwith the names of your existing secrets.\nSee https://doc.opencloud.com/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.com] for how to generate them.",
109
+
"description": "References to ConfigMaps.\nThe ConfigMaps need to be manually created.\nLeave these empty to have them autogenerated by the Helm chart.\nNote that ConfigMaps generated by the helm chart will be removed once the helm chart is uninstalled.\nFurthermore, if you already had ConfigMaps at the default locations, they will be NOT be overwritten,\nbut the helm chart will claim ownership of them. If this is a problem, fill in the configRefs below\nwith the names of your existing secrets.\nSee https://doc.opencloud.eu/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.eu] for how to generate them.",
110
110
"properties": {
111
111
"authServiceConfigRef": {
112
112
"default": "",
@@ -1538,7 +1538,7 @@
1538
1538
},
1539
1539
"providersConfigRef": {
1540
1540
"default": "",
1541
-
"description": "Required reference to an existing provider config.\nWill be mounted to /etc/opencloud\nDoes not get autogenerated.\nDocumentation can be found at https://doc.opencloud.com/opencloud/next/deployment/services/s-list/opencloudm.html#trust-between-instances",
1541
+
"description": "Required reference to an existing provider config.\nWill be mounted to /etc/opencloud\nDoes not get autogenerated.\nDocumentation can be found at https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/opencloudm.html#trust-between-instances",
1542
1542
"required": [],
1543
1543
"title": "providersConfigRef",
1544
1544
"type": [
@@ -1581,7 +1581,7 @@
1581
1581
"type": "string"
1582
1582
},
1583
1583
"policies": {
1584
-
"description": "Sets the policies. Each policy file is defined by a `fileName` and a `content`. The content takes the rego script as text.\nFor further information, please have a look at https://doc.opencloud.com/opencloud/next/deployment/services/s-list/policies.html\nAttention: All scripts provided here will end up in a ConfigMap. The data stored in a ConfigMap cannot exceed 1 MiB. see\nhttps://kubernetes.io/docs/concepts/configuration/configmap/#:~:text=The%20data%20stored%20in%20a,separate%20database%20or%20file%20service.",
1584
+
"description": "Sets the policies. Each policy file is defined by a `fileName` and a `content`. The content takes the rego script as text.\nFor further information, please have a look at https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/policies.html\nAttention: All scripts provided here will end up in a ConfigMap. The data stored in a ConfigMap cannot exceed 1 MiB. see\nhttps://kubernetes.io/docs/concepts/configuration/configmap/#:~:text=The%20data%20stored%20in%20a,separate%20database%20or%20file%20service.",
1585
1585
"items": {
1586
1586
"additionalProperties": false,
1587
1587
"properties": {
@@ -1659,7 +1659,7 @@
1659
1659
"description": "Define custom roles here. Note that the definition will be either or. So you cannot provide a ConfigMap name and text at once.",
1660
1660
"properties": {
1661
1661
"availableUnifiedRoles": {
1662
-
"description": "Define a list of unified roles to make them available.\nThe default of an empty list means all unified roles are available.\nYou can read about unified roles in https://doc.opencloud.com/opencloud/next/deployment/services/s-list/graph.html.\nThe IDs of the roles and a description can be found by running:\nkubectl -n oc exec deployments/graph -- oc graph list-unified-roles",
1662
+
"description": "Define a list of unified roles to make them available.\nThe default of an empty list means all unified roles are available.\nYou can read about unified roles in https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/graph.html.\nThe IDs of the roles and a description can be found by running:\nkubectl -n oc exec deployments/graph -- oc graph list-unified-roles",
1663
1663
"items": {
1664
1664
"required": [],
1665
1665
"type": "string"
@@ -2773,7 +2773,7 @@
2773
2773
},
2774
2774
"secretRefs": {
2775
2775
"additionalProperties": false,
2776
-
"description": "References to secrets.\nLeave these empty to have them autogenerated by the Helm chart.\nNote that secrets generated by the helm chart will be removed once the helm chart is uninstalled.\nFurthermore, if you already had secrets at the default locations, they will be NOT be overwritten,\nbut the helm chart will claim ownership of them. If this is a problem, fill in the secretRefs below\nwith the names of your existing secrets.\nTODO: Update https://doc.opencloud.com/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.com] for how to generate them.",
2776
+
"description": "References to secrets.\nLeave these empty to have them autogenerated by the Helm chart.\nNote that secrets generated by the helm chart will be removed once the helm chart is uninstalled.\nFurthermore, if you already had secrets at the default locations, they will be NOT be overwritten,\nbut the helm chart will claim ownership of them. If this is a problem, fill in the secretRefs below\nwith the names of your existing secrets.\nTODO: Update https://doc.opencloud.eu/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.eu] for how to generate them.",
2777
2777
"properties": {
2778
2778
"adminUserSecretRef": {
2779
2779
"default": "",
@@ -7967,7 +7967,7 @@
7967
7967
"properties": {
7968
7968
"sizeLimit": {
7969
7969
"default": "",
7970
-
"description": "Image pull policy\nConfigures the maximum file size in bytes that is allowed for content extraction.\nFor the default value see https://doc.opencloud.com/opencloud/next/deployment/services/s-list/search.html",
7970
+
"description": "Image pull policy\nConfigures the maximum file size in bytes that is allowed for content extraction.\nFor the default value see https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/search.html",
Copy file name to clipboardExpand all lines: charts/opencloud-full/values.yaml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -900,7 +900,7 @@ features:
900
900
# @schema
901
901
# -- Mimetype configuration.
902
902
# Let's you configure a mimetypes' default application, if it is allowed to create a new file and more.
903
-
# @default -- default configuration of OC, see https://doc.opencloud.com/opencloud/next/deployment/services/s-list/app-registry.html#yaml-example[doc.opencloud.com]
903
+
# @default -- default configuration of OC, see https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/app-registry.html#yaml-example[doc.opencloud.eu]
# -- Required reference to an existing provider config.
1624
1624
# Will be mounted to /etc/opencloud
1625
1625
# Does not get autogenerated.
1626
-
# Documentation can be found at https://doc.opencloud.com/opencloud/next/deployment/services/s-list/opencloudm.html#trust-between-instances
1626
+
# Documentation can be found at https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/opencloudm.html#trust-between-instances
1627
1627
providersConfigRef:
1628
1628
1629
1629
# Ingress for OC.
@@ -1687,7 +1687,7 @@ gateway:
1687
1687
# Furthermore, if you already had ConfigMaps at the default locations, they will be NOT be overwritten,
1688
1688
# but the helm chart will claim ownership of them. If this is a problem, fill in the configRefs below
1689
1689
# with the names of your existing secrets.
1690
-
# See https://doc.opencloud.com/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.com] for how to generate them.
1690
+
# See https://doc.opencloud.eu/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.eu] for how to generate them.
1691
1691
configRefs:
1692
1692
# @schema
1693
1693
# type: [string, null]
@@ -1732,7 +1732,7 @@ configRefs:
1732
1732
# Furthermore, if you already had secrets at the default locations, they will be NOT be overwritten,
1733
1733
# but the helm chart will claim ownership of them. If this is a problem, fill in the secretRefs below
1734
1734
# with the names of your existing secrets.
1735
-
# TODO: Update https://doc.opencloud.com/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.com] for how to generate them.
1735
+
# TODO: Update https://doc.opencloud.eu/opencloud/next/deployment/container/orchestration/orchestration.html#customize-the-generic-setup[doc.opencloud.eu] for how to generate them.
1736
1736
secretRefs:
1737
1737
# @schema
1738
1738
# type: [string, null]
@@ -1923,7 +1923,7 @@ extraLabels: {}
1923
1923
extraAnnotations: {}
1924
1924
1925
1925
# Backup related settings
1926
-
# Compare to https://doc.opencloud.com/opencloud/next/maintenance/b-r/backup_considerations.html
1926
+
# Compare to https://doc.opencloud.eu/opencloud/next/maintenance/b-r/backup_considerations.html
1927
1927
backup:
1928
1928
# @schema
1929
1929
# $ref: schema/templates.json#/labelsTemplate
@@ -3888,7 +3888,7 @@ services:
3888
3888
# @schema
3889
3889
# -- Image pull policy
3890
3890
# -- Configures the maximum file size in bytes that is allowed for content extraction.
3891
-
# For the default value see https://doc.opencloud.com/opencloud/next/deployment/services/s-list/search.html
3891
+
# For the default value see https://doc.opencloud.eu/opencloud/next/deployment/services/s-list/search.html
0 commit comments