Skip to content

Commit

Permalink
docs: correct getting-started info about using KeptnConfig (#2326)
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
  • Loading branch information
StackScribe and odubajDT committed Oct 24, 2023
1 parent 35590d9 commit 7e57ee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/en/docs/getting-started/observability/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,16 @@ spec:
keptnAppCreationRequestTimeoutSeconds: 30
```
Apply the file and restart Keptn to pick up the new config:
Apply the file and wait for Keptn to pick up the new configuration:
```shell
kubectl apply -f keptnconfig.yaml
```

Keptn reacts immediately to a configuration change.
although the speed depends on the Kubernetes API server signaling updates
and can be influenced by network latency.

## Step 2: Create Namespace for Demo Application

Save this file as `namespace.yaml`.
Expand Down

0 comments on commit 7e57ee1

Please sign in to comment.