fix: correct indentation and formatting in deployment, ingress, issuer, and service YAML files
This commit is contained in:
parent
ef6b453246
commit
f8060fe203
@ -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:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user