Skip to content

Commit 2fe4593

Browse files
authored
Merge pull request #21 from ntnn/main
Fix reference to syncagent CRDs
2 parents 8f0516d + fc3d666 commit 2fe4593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

20250401-kubecon-london/workshop/03-dynamic-providers/01-deploy-postgres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export KUBECONFIG="${KUBECONFIGS_DIR}/provider.kubeconfig"
1313
kind_cluster_name='provider'
1414

1515
::kubectl::apply_from_file 'https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.1.yaml'
16-
::kubectl::apply_from_file 'https://raw.githubusercontent.com/kcp-dev/api-syncagent/refs/heads/main/deploy/crd/kcp.io/syncagent.kcp.io_publishedresources.yaml'
16+
::kubectl::apply_from_file 'https://raw.githubusercontent.com/kcp-dev/api-syncagent/refs/tags/v0.2.0/deploy/crd/kcp.io/syncagent.kcp.io_publishedresources.yaml'
1717
::kubectl::apply_from_file "${EXERCISE_DIR}/apis/resources-cluster.yaml"
1818
::kubectl::apply_from_file "${EXERCISE_DIR}/apis/resources-database.yaml"
1919

20250401-kubecon-london/workshop/03-dynamic-providers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To do all of that, kcp offers one implementation of such a controller, the [api-
161161
```
162162

163163
```shell
164-
kubectl apply --server-side -f https://raw.githubusercontent.com/kcp-dev/api-syncagent/refs/heads/main/deploy/crd/kcp.io/syncagent.kcp.io_publishedresources.yaml
164+
kubectl apply --server-side -f https://raw.githubusercontent.com/kcp-dev/api-syncagent/refs/tags/v0.2.0/deploy/crd/kcp.io/syncagent.kcp.io_publishedresources.yaml
165165
kubectl apply -f $EXERCISE_DIR/apis/resources-cluster.yaml
166166
kubectl apply -f $EXERCISE_DIR/apis/resources-database.yaml
167167
```

0 commit comments

Comments
 (0)