Skip to content

Commit

Permalink
build: add exec permission to gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jun 16, 2022
1 parent 182ad41 commit fc2bb3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
An easy-to-deploy and easy-to-use ACME client service for Kubernetes Ingress instances.

# Kubernetes Ingress TLS using ACME

> **Why not cert-manager?**
>
> Keeping my cert-manager configuration correct was an ongoing struggle. Ultimately, I ran into an issue where cert-manager didn't set the ingressClassName correctly on the solver, no matter what I told it. I had a cert that was about to expire within a week...so I wrote this application.
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'k8s-ingress-tls-acme'
rootProject.name = 'kita'

0 comments on commit fc2bb3c

Please sign in to comment.