Skip to content

Commit a8aaf54

Browse files
authored
Remove nonexistent Gate options from docs (#151)
<!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed Remove nonexistent Gate options from docs ## Why? So as to not confuse users ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
1 parent 474901b commit a8aaf54

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/configuration.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -182,35 +182,6 @@ rollout:
182182
pauseDuration: 5m
183183
gate:
184184
workflowType: "HealthCheck"
185-
input: |
186-
{
187-
"version": "{{.Version}}",
188-
"environment": "production"
189-
}
190-
timeout: 300s
191-
```
192-
193-
### Gate Workflow Examples
194-
195-
**Simple Health Check:**
196-
```yaml
197-
gate:
198-
workflowType: "HealthCheck"
199-
timeout: 60s
200-
```
201-
202-
**Complex Validation with Input:**
203-
```yaml
204-
gate:
205-
workflowType: "ValidationWorkflow"
206-
input: |
207-
{
208-
"deploymentName": "{{.DeploymentName}}",
209-
"buildId": "{{.BuildId}}",
210-
"rampPercentage": {{.RampPercentage}},
211-
"environment": "{{.Environment}}"
212-
}
213-
timeout: 600s
214185
```
215186

216187
## Advanced Configuration
@@ -240,7 +211,6 @@ spec:
240211
pauseDuration: 45m
241212
gate:
242213
workflowType: "ProductionHealthCheck"
243-
timeout: 300s
244214
sunset:
245215
scaledownDelay: 2h
246216
deleteDelay: 48h

0 commit comments

Comments
 (0)