Skip to content

Commit

Permalink
Merge pull request #7 from aspanner/patch-1
Browse files Browse the repository at this point in the history
Update README.txt
  • Loading branch information
kostis-codefresh authored Jan 25, 2022
2 parents 083f8d3 + fb79236 commit bf163f8
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 bf163f8

Please sign in to comment.