Skip to content

Commit

Permalink
Update README.txt
Browse files Browse the repository at this point in the history
Should this read 'unencrypted'?
  • Loading branch information
aspanner authored Dec 14, 2021
1 parent 81f8459 commit fb79236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secret-app/never-commit-to-git/decrypted/README.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The whole point of this example is to use encrypted
secrets in Git.

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

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

0 comments on commit fb79236

Please sign in to comment.