idk
This commit is contained in:
parent
aef5684d91
commit
d9265f3c27
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue