fix: correct indentation and formatting in deployment, ingress, issuer, and service YAML files

This commit is contained in:
suyiiyii 2024-11-16 00:27:34 +08:00
parent ef6b453246
commit f8060fe203
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85
4 changed files with 21 additions and 22 deletions

View File

@ -3,7 +3,7 @@ kind: Ingress
metadata: metadata:
name: nginix-ingress name: nginix-ingress
annotations: annotations:
cert-manager.io/issuer: "letsencrypt-issuer" cert-manager.io/issuer: letsencrypt-issuer
spec: spec:
tls: tls:
- hosts: - hosts:

View File

@ -1,4 +1,3 @@
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: Issuer kind: Issuer
metadata: metadata: