diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 25365bb..4abbd99 100644 --- a/charts/fp/Chart.yaml +++ b/charts/fp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fp description: The Galaxy's Best VTuber Hentai Site -version: 0.0.28 +version: 0.0.29 keywords: - fp - futureporn diff --git a/charts/fp/templates/cert-manager.yaml b/charts/fp/templates/cert-manager.yaml index 1b459f7..c844639 100644 --- a/charts/fp/templates/cert-manager.yaml +++ b/charts/fp/templates/cert-manager.yaml @@ -69,7 +69,7 @@ subjects: name: cert-manager-webhook-exoscale --- -{{ if eq .Values.environment "staging" }} +{{ if eq .Values.environment "development" || if eq .Values.environment "staging" }} apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: diff --git a/infrastructure/configs/cluster-issuers.yaml b/infrastructure/configs/cluster-issuers.yaml index efd6b72..cc25cac 100644 --- a/infrastructure/configs/cluster-issuers.yaml +++ b/infrastructure/configs/cluster-issuers.yaml @@ -1,4 +1,4 @@ -## Example values are replaced using Kuztomization patches +## Example values are replaced using environment-specific Kuztomization patches --- apiVersion: cert-manager.io/v1 @@ -18,6 +18,14 @@ spec: privateKeySecretRef: name: letsencrypt solvers: - - http01: - ingress: - class: traefik + - dns01: + webhook: + groupName: acme.exoscale.com + solverName: exoscale + config: + apiKeyRef: + name: exoscale + key: apiKey + apiSecretRef: + name: exoscale + key: apiSecret \ No newline at end of file