This website requires JavaScript.
Explore
Help
Sign In
extern
/
christianlempa-boilerplates
Watch
1
Star
0
Fork
0
You've already forked christianlempa-boilerplates
mirror of
https://github.com/ChristianLempa/boilerplates.git
synced
2025-01-10 00:08:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
38bb3d2718
christianlempa-boilerplates
/
kubernetes
/
templates
/
cm-and-secrets
/
mysql-secret.yml
8 lines
105 B
YAML
Raw
Normal View
History
Unescape
Escape
cm-and-secret
2021-11-12 15:38:36 +01:00
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
mysql-secret
type
:
Opaque
stringData
:
fix: add final newline character to text files This makes text files compliant to POSIX which requires every line of a text file to end with a newline character [1][2]. [1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403 [2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2024-02-22 19:01:59 +01:00
root-pass
:
test123
Reference in New Issue
Copy Permalink