Skip to content

Commit 4d64c78

Browse files
authored
Move SCCS location to new repo (#96)
1 parent e1518a1 commit 4d64c78

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

chapter-6/chapter-6-quarkus-rest-cloud-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ For local tests, you can launch the SCC server using docker
6464

6565
```bash
6666
docker run -it -p 8888:8888 \
67-
-e SPRING_CLOUD_CONFIG_SERVER_GIT_URI=https://github.com/ch007m/config-repo \
67+
-e SPRING_CLOUD_CONFIG_SERVER_GIT_URI=https://github.com/quarkus-for-spring-developers/sccs-config-repo \
6868
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT-LABEL=main \
69-
-e SPRING_CLOUD_CONFIG_SERVER_GIT_SEARCHPATHS=chapter-6 \
69+
-e SPRING_CLOUD_CONFIG_SERVER_GIT_SEARCHPATHS={application} \
7070
hyness/spring-cloud-config-server
7171
```
7272

chapter-6/chapter-6-quarkus-rest-cloud-config/src/main/k8s/helm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
# helm delete spring-cloud-config-server -n config-storage
1212
#
1313
config:
14-
# gitUri: https://github.com/quarkus-for-spring-developers/examples.git
15-
gitUri: https://github.com/ch007m/config-repo.git
16-
gitSearchpath: chapter-6
14+
gitUri: https://github.com/quarkus-for-spring-developers/sccs-config-repo
15+
gitSearchpath: {application}
1716
extraEnv:
1817
- name: SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT-LABEL
1918
value: main

chapter-6/greeting-application.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)