Skip to content

Commit

Permalink
chore: remove cert-manager issuer and use cluster-issuer instead
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a committed Aug 11, 2023
1 parent 96617c6 commit 39c5057
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion charts/explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
35 changes: 0 additions & 35 deletions charts/explorer/templates/03-lets-encrypt-issuers.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/explorer/templates/04-explorer-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: explorer
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/issuer: "letsencrypt-{{ .Values.acme.environment }}"
cert-manager.io/cluster-issuer: "letsencrypt-{{ .Values.acme.environment }}"
spec:
tls:
- hosts:
Expand Down
7 changes: 0 additions & 7 deletions charts/explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

host: nowhere.com

ingress: false

acme:
email: [email protected]
# acme issuer type (staging | production)
environment: staging

image:
repository: nobody
tag: main
Expand Down

0 comments on commit 39c5057

Please sign in to comment.