Skip to content

Commit b331146

Browse files
committed
[doc] fix diff and helm commands description
1 parent 0ff996d commit b331146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundlebee-core/src/main/java/io/yupiik/bundlebee/core/command/impl/DiffCommand.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ public String name() {
228228

229229
@Override
230230
public String description() {
231-
return "Diff an alveolus against a running cluster." +
232-
"// end of short description\n\n" +
231+
return "Diff an alveolus against a running cluster.\n" +
232+
"// end of short description\n" +
233233
"The logic behind is to visit the configured alveolus and for each of its descriptor, query the cluster state and do a JSON-Diff between both.\n" +
234234
"To avoid false positives, you will likely want to tune the ignored pointers which enable to drop dynamic data (managed by Kubernetes server).\n\n" +
235235
"The diff output has two types of diff:\n\n" +

bundlebee-core/src/main/java/io/yupiik/bundlebee/core/command/impl/HelmCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public boolean hidden() {
147147

148148
@Override
149149
public String description() {
150-
return "Converts an alveolus deployment to a simple helm chart.\"" +
150+
return "Converts an alveolus deployment to a simple helm chart.\n" +
151151
"// end of short description\n" +
152152
"Note you will loose some features doing that but in case some rigid rules force to use helm it enables to " +
153153
"still rely on bundlebee setup and share a helm chart to ops.\n" +

0 commit comments

Comments
 (0)