Skip to content

Commit fb79236

Browse files
authored
Update README.txt
Should this read 'unencrypted'?
1 parent 81f8459 commit fb79236

File tree

1 file changed

+2
-2
lines changed
  • secret-app/never-commit-to-git/decrypted

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
The whole point of this example is to use encrypted
22
secrets in Git.
33

4-
Thus you should NEVER commit encrypted stuff in git.
4+
Thus you should NEVER commit unencrypted stuff in git.
55
But just for demo purposes this directory contains
66
the raw secrets for your convenience. This way you
77
can compare what you see deployed in Kubernetes
88
with the contents of this directory.
99

1010
In a real production application only the
1111
encrypted stuff MUST be committed in Git (see
12-
the manifests folder).
12+
the manifests folder).

0 commit comments

Comments
 (0)