-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from aspanner/patch-1
Update README.txt
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |