Skip to content

Commit 16f8d1e

Browse files
committed
Update Dockerfile and readme
1 parent a17a1e5 commit 16f8d1e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM alpine
22

33
ADD ./camo /root/camo
44

5-
CMD ["sh", "-c", "echo -n $CLEAR_PASSWORD | /root/camo"]
5+
CMD ["sh", "-c", "echo -n $CLEAR_PASSWORD | /root/camo --encode"]

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Generate a bcrypted and encoded password.
2-
3-
You can go ahead and throw the output into a k8s secret yaml.
1+
Generate a bcrypted and/or encoded password.
42

53
## Usage
64

0 commit comments

Comments
 (0)