Skip to content

Commit

Permalink
Add gitattributes to always use LF for *.sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Nov 13, 2019
1 parent 8c04a47 commit 4ec3b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: ingress-basic
spec:
acme:
server: https://acme-prod-v02.api.letsencrypt.org/directory
server: https://acme-v02.api.letsencrypt.org/directory
email: $LETSENCRYPT_EMAIL
privateKeySecretRef:
name: letsencrypt-prod
Expand Down

0 comments on commit 4ec3b67

Please sign in to comment.