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 16:28:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2a0540128
christianlempa-boilerplates
/
kubernetes
/
templates
/
namespace.yml
5 lines
64 B
YAML
Raw
Normal View
History
Unescape
Escape
namespace
2022-05-30 17:24:40 +02:00
apiVersion
:
v1
kind
:
Namespace
metadata
:
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
name
:
your-namespace
Reference in New Issue
Copy Permalink