Skip to content

Commit

Permalink
Merge #296
Browse files Browse the repository at this point in the history
296: Fix formatting in 'README.md'. r=mkmik a=bmcstdio

There's a `'` instead of a backtick which makes the paragraph not as readable as it could be.

Co-authored-by: Bruno M. Custódio <[email protected]>
  • Loading branch information
bors[bot] and bmcustodio authored Oct 19, 2019
2 parents 3404ea8 + d4a5a22 commit c1c208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ $ echo -n baz | kubectl create secret generic mysecret --dry-run --from-file=bar

### Raw mode (experimental)

Creating temporary Secret with the `kubectl' command, only to throw it away once piped to `kubeseal` can
Creating temporary Secret with the `kubectl` command, only to throw it away once piped to `kubeseal` can
be a quite unfriendly user experience. We're working on an overhaul of the the CLI experience. In the meantime,
we offer an alternative mode where kubeseal only cares about encrypting a value to stdout and it's your responsiblity to put it inside a SealedSecret resource (not unlike any of the other k8s resources).

Expand Down

0 comments on commit c1c208d

Please sign in to comment.