Skip to content

Commit 38ba3e0

Browse files
pt-cmykpt-cmyk
andauthored
fixes an issue with markdown yaml indentation of test code block (#64)
Co-authored-by: pt-cmyk <phani.tekumalla@gmail.com>
1 parent cdb1dca commit 38ba3e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/team/standard-operating-procedures/ssl-cert-issuance.en.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,22 @@ Before testing, ensure the following:
2626

2727
Apply the below manifest to create the following Kubernetes resources:
2828

29+
> [!NOTE]
30+
> Update the domain name in Ingress and Certificate manifest based on the target cluster.
31+
2932
1. Namespace
3033
2. Deployment
3134
3. Service
3235
4. Ingress
3336
5. Certificate
3437

3538
```sh
36-
Kubectl apply –f test-cert-issuance.yaml
39+
kubectl apply –f test-cert-issuance.yaml
3740
```
3841

3942
Contents of the test-cert-issuance.yaml manifest
4043

41-
```sh
44+
```yaml
4245
---
4346
# Create Namespace
4447
apiVersion: v1

0 commit comments

Comments
 (0)