Commit b331146 1 parent 0ff996d commit b331146 Copy full SHA for b331146
File tree 2 files changed +3
-3
lines changed
bundlebee-core/src/main/java/io/yupiik/bundlebee/core/command/impl
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ public String name() {
228
228
229
229
@ Override
230
230
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 " +
233
233
"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 " +
234
234
"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 " +
235
235
"The diff output has two types of diff:\n \n " +
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public boolean hidden() {
147
147
148
148
@ Override
149
149
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 " +
151
151
"// end of short description\n " +
152
152
"Note you will loose some features doing that but in case some rigid rules force to use helm it enables to " +
153
153
"still rely on bundlebee setup and share a helm chart to ops.\n " +
You can’t perform that action at this time.
0 commit comments