Skip to content

Commit 72b22cf

Browse files
ZIJclaude
andcommitted
docs: add verification step to helm guide with visual examples
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f3a6243 commit 72b22cf

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/ce/self-host/deploy-helm.mdx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,32 @@ description: "Learn how to use Helm chart to install Digger on your Kubernetes c
184184
- The link will look like: `https://github.com/apps/your-digger-app-name/installations/new`
185185
- Install the app in your GitHub organization
186186
- Select which repositories the app can access
187+
</Step>
188+
189+
<Step title="Verify installation">
190+
Test that your Digger installation is working correctly:
191+
192+
1. **Create a test pull request** in one of your repositories with Terraform/OpenTofu files
193+
2. **Digger will automatically start planning** - You should immediately see:
194+
195+
**GitHub status checks appearing as pending:**
196+
197+
![GitHub Checks Pending](/images/digger-plan-checks.png)
198+
199+
**Digger bot comment with affected projects table:**
187200

188-
After installation, you can verify everything is working by creating a pull request with Terraform/OpenTofu files and commenting `digger plan`.
201+
![Digger Plan Jobs Table](/images/digger-plan-jobs.png)
202+
203+
<Note>
204+
**What you should see:**
205+
- GitHub checks appear as "pending" while jobs are running
206+
- Digger bot comments with a table showing each affected project
207+
- Project status updates from "pending..." to completion status
208+
209+
You can re-run planning anytime by commenting `digger plan` on the pull request.
210+
211+
If you don't see these responses, check the [troubleshooting section](#troubleshooting) below.
212+
</Note>
189213
</Step>
190214

191215
</Steps>

docs/images/digger-plan-checks.png

184 KB
Loading

docs/images/digger-plan-jobs.png

140 KB
Loading

0 commit comments

Comments
 (0)