Skip to content

Commit 16bafc5

Browse files
committed
Fix app names in commands
1 parent a7a69fa commit 16bafc5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/DESKTOP_BASED_CODESPACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ This directory contains the configuration for running the Backstack Demo in GitH
5353
- The workspace is configured with recommended VS Code settings for the project
5454

5555
## Explore the app
56-
To explore the different capabilities of the BACKStack and this implementation of the stack, we recommend fullowing our [Getting Started Guide](./docs/01-getting-started.md)
56+
To explore the different capabilities of the BACKStack and this implementation of the stack, we recommend fullowing our [Getting Started Guide](../docs/01-getting-started.md)

.devcontainer/WEB_BASED_CODESPACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ This directory contains the configuration for running the Backstack Demo in GitH
5252
- The workspace is configured with recommended VS Code settings for the project
5353

5454
## Explore the app
55-
To explore the different capabilities of the BACKStack and this implementation of the stack, we recommend fullowing our [Getting Started Guide](./docs/01-getting-started.md)
55+
To explore the different capabilities of the BACKStack and this implementation of the stack, we recommend fullowing our [Getting Started Guide](../docs/01-getting-started.md)

docs/end-to-end/lab-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ After review, merge the PR. ArgoCD will detect the change and sync it to the clu
13461346
If you don't want to wait for the automatic sync interval, you can manually trigger a sync:
13471347

13481348
```bash
1349-
kubectl patch app backstack-demo-app-app -n argocd \
1349+
kubectl patch application backstack-demo-app-demo-app-01 -n argocd \
13501350
--type merge \
13511351
-p '{"operation":{"initiatedBy":{"username":"admin"},"sync":{"syncStrategy":{"hook":{"force":true}}}}}'
13521352
```
@@ -1863,7 +1863,7 @@ We can then navigate to the GitOps repo, and we can approve the PR after checkin
18631863
And finally to save time and not wait for reconciliation of ArgoCD we can manually trigger the sync of the application managing this Database resource
18641864

18651865
```bash
1866-
kubectl patch app backstack-demo-database-database -n argocd \
1866+
kubectl patch application backstack-demo-database-db-test-01 -n argocd \
18671867
--type merge \
18681868
-p '{"operation":{"initiatedBy":{"username":"admin"},"sync":{"syncStrategy":{"hook":{"force":true}}}}}'
18691869
```

0 commit comments

Comments
 (0)