Skip to content

Commit b8274dc

Browse files
authored
Incorrect indentation on metadata
As it turns out this is super important because yml is picky about whitespace
1 parent faf0451 commit b8274dc

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
@@ -113,8 +113,8 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
113113
apiVersion: networking.k8s.io/v1
114114
kind: Ingress
115115
metadata:
116-
name: guestbook-letsencrypt-staging
117-
annotations:
116+
name: guestbook-letsencrypt-staging
117+
annotations:
118118
kubernetes.io/ingress.class: azure/application-gateway
119119
cert-manager.io/cluster-issuer: letsencrypt-staging
120120
spec:

0 commit comments

Comments
 (0)