Skip to content

Commit 022b94f

Browse files
authored
Merge pull request #2552 from 89luca89/main
fix: add missing block in docs. #2544
2 parents 48b93c7 + d45b5f4 commit 022b94f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/configuration/deployments/kubectl/inline_manifests.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipelines:
2222
deployments:
2323
backend:
2424
kubectl:
25-
inlineManifest:
25+
inlineManifest: |-
2626
apiVersion: v1
2727
kind: Pod
2828
metadata:
@@ -79,7 +79,7 @@ The `createArgs` option expects an array of strings stating additional arguments
7979
deployments:
8080
backend:
8181
kubectl:
82-
inlineManifest:
82+
inlineManifest: |-
8383
apiVersion: v1
8484
kind: Pod
8585
metadata:

0 commit comments

Comments
 (0)