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: common/ansible/roles/iib_ci/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,13 @@ make load-iib
26
26
# This will install the pattern using the gitops operator from the IIB
27
27
```
28
28
29
+
***NOTE:*** When using an SNO without shared storage in a non-production environment, the enablement of the internal registry will fail. You need to run the following to enable it:
Copy file name to clipboardExpand all lines: common/clustergroup/values.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,10 @@
234
234
"type": "boolean",
235
235
"description": "If set to true the values is used to identify whether this is the hub cluster or an edge/spoke cluster configuration."
236
236
},
237
+
"sharedValueFiles": {
238
+
"type": "array",
239
+
"description": "Templated value file paths."
240
+
},
237
241
"namespaces": {
238
242
"type": "array",
239
243
"description": "This is the array of namespaces that the VP framework will create. In addition, operator groups will also be created for each namespace.",
0 commit comments