Skip to content

Commit

Permalink
chore: call out dependency on gitea cli
Browse files Browse the repository at this point in the history
  • Loading branch information
richcooper95 committed Nov 1, 2024
1 parent 78c85b8 commit 2048e65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/main/04-guides/01-installing-kratix/04-others.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export PLATFORM="kind-platform"

<PartialInstallStateStoreStart />

If your are using local KinD clusters you can install MinIO or Gitea as an in-cluster State Store
If your are using local KinD clusters you can install MinIO or Gitea as an in-cluster State Store.

<Tabs className="boxedTabs" groupId="stateStore">
<TabItem value="minio" label="Bucket (on KinD)">
Expand All @@ -67,6 +67,7 @@ If your are using local KinD clusters you can install MinIO or Gitea as an in-cl

```bash
# Generate Gitea credentials and namespace
# Requires `gitea` CLI: https://docs.gitea.com/installation/install-from-binary
bash <(curl -s https://raw.githubusercontent.com/syntasso/kratix/refs/heads/main/scripts/generate-gitea-credentials.sh)

# Install Gitea and register it as a Git State Store
Expand Down

0 comments on commit 2048e65

Please sign in to comment.