This commit is contained in:
CJ_Clippy 2024-06-29 14:46:06 -08:00
parent aef5684d91
commit d9265f3c27
3 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -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