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: docs/operators/01-boostrapping.md
+45-22Lines changed: 45 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ openmcpOperator:
178
178
179
179
For GitHub use a personal access token with `repo` write permissions.
180
180
It is also possible to use a fine-grained token. In this case, it requires read and write permissions for `Contents`.
181
+
181
182
```yaml title="config/git-config.yaml"
182
183
auth:
183
184
basic:
@@ -422,6 +423,7 @@ You should see output similar to the following:
422
423
NAMESPACE NAME URL AGE READY STATUS
423
424
flux-system environments https://github.com/<your-ourg>/<your-repo> 9m6s True stored artifact for revision 'docs@sha1:...'
424
425
```
426
+
425
427
So we have now successfully configured FluxCD to watch for changes in the specified GitHub repository, using the `environments` custom resource of kind `GitRepository`.
426
428
Now let's get the status of the Kustomization in the Kind cluster.
427
429
@@ -671,23 +673,33 @@ openmcpOperator:
671
673
672
674
Create a new folder named `extra-manifests` in the configuration folder. Then create a file named `crossplane-provider.yaml` with the following content, and save it in the new `extra-manifests` folder.
673
675
676
+
:::info
677
+
Note that service provider crossplane only supports the installation of crossplane from an OCI registry. Replace the chart locations in the `ProviderConfig` with the OCI registry where you mirror your crossplane chart versions. OpenMCP will provide this as part of an open source [Releasechannel](https://github.com/openmcp-project/backlog/issues/323) in an upcoming update.
Run the `openmcp-bootstrapper` CLI tool to update the Git repository and deploy the crossplane service provider to the Kind cluster.
@@ -1455,6 +1467,7 @@ You should see output similar to the following:
1455
1467
NAMESPACE NAME URL AGE READY STATUS
1456
1468
flux-system environments https://github.com/<your-ourg>/<your-repo> 9m6s True stored artifact for revision 'docs@sha1:...'
1457
1469
```
1470
+
1458
1471
So we have now successfully configured FluxCD to watch for changes in the specified GitHub repository, using the `environments` custom resource of kind `GitRepository`.
1459
1472
Now let's get the status of the Kustomization in the Kind cluster.
1460
1473
@@ -1905,23 +1918,33 @@ openmcpOperator:
1905
1918
1906
1919
Then create a file named `crossplane-provider.yaml` with the following content, and save it in the new `extra-manifests` folder.
1907
1920
1921
+
:::info
1922
+
Note that service provider crossplane only supports the installation of crossplane from an OCI registry. Replace the chart locations in the `ProviderConfig` with the OCI registry where you mirror your crossplane chart versions. OpenMCP will provide this as part of an open source [Releasechannel](https://github.com/openmcp-project/backlog/issues/323) in an upcoming update.
0 commit comments