You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Manual changes to this file will be lost when it is generated again.
4
4
Edit the files in the src/main/asciidoc/ directory instead.
5
5
////
6
6
7
+
7
8
= Spring Cloud Kubernetes
8
9
:doctype: book
9
10
:idprefix:
@@ -416,13 +417,13 @@ spec:
416
417
metadata:
417
418
labels:
418
419
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"
426
427
----
427
428
====
428
429
@@ -1152,4 +1153,4 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t
1152
1153
- `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.
1153
1154
- `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`.
1154
1155
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