Skip to content

Commit 452b4c7

Browse files
committed
Update installation guide
1 parent 3454fc6 commit 452b4c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/getting-started/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,16 @@ contour:
100100
workspace_provisioner:
101101
namespaces:
102102
- name: default
103+
git:
104+
credentials:
105+
username: <git-username>
106+
password: <git-token>
103107
```
104108
105109
* `<oci-server>` is the server of the OCI registry where the platform will publish and consume OCI images. It must be the same used in the previous step when creating a Secret with the OCI registry credentials. For example, `ghcr.io`, `gcr.io`, `quay.io`, `index.docker.io`.
106110
* `<oci-repository>` is the repository in the OCI registry where the platform will publish and consume OCI images. It must be the same used in the previous step when creating a Secret with the OCI registry credentials. For example, it might be your username or organization name depending on which OCI server you're using.
111+
* `<git-username>` is the name of your GitHub personal account or organization.
112+
* `<git-token>` is a personal access token with read permissions to your GitHub repositories.
107113

108114
The Ingress is configured with the special domain `127.0.0.1.sslip.io` which will resolve to your localhost and be accessible via the kind cluster.
109115

0 commit comments

Comments
 (0)