Skip to content

Commit a4794be

Browse files
authored
Merge pull request #124630 from stimms/patch-6
Incorrect indentation on metadata
2 parents 8e2127b + b8274dc commit a4794be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
110110
apiVersion: networking.k8s.io/v1
111111
kind: Ingress
112112
metadata:
113-
name: guestbook-letsencrypt-staging
114-
annotations:
113+
name: guestbook-letsencrypt-staging
114+
annotations:
115115
kubernetes.io/ingress.class: azure/application-gateway
116116
cert-manager.io/cluster-issuer: letsencrypt-staging
117117
spec:

0 commit comments

Comments
 (0)