Skip to content

Commit 5b9723a

Browse files
committed
Bumping versions
1 parent 171ccca commit 5b9723a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Manual changes to this file will be lost when it is generated again.
44
Edit the files in the src/main/asciidoc/ directory instead.
55
////
66

7+
78
= Spring Cloud Kubernetes
89
:doctype: book
910
:idprefix:
@@ -416,13 +417,13 @@ spec:
416417
metadata:
417418
labels:
418419
app: deployment-name
419-
spec:
420-
containers:
421-
- name: container-name
422-
image: your-image
423-
env:
424-
- name: SPRING_PROFILES_ACTIVE
425-
value: "development"
420+
spec:
421+
containers:
422+
- name: container-name
423+
image: your-image
424+
env:
425+
- name: SPRING_PROFILES_ACTIVE
426+
value: "development"
426427
----
427428
====
428429

@@ -1152,4 +1153,4 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t
11521153
- `checkstyle.suppressions.file` - default suppressions. Please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` URL.
11531154
- `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`.
11541155

1155-
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.
1156+
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.

0 commit comments

Comments
 (0)