We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b93c7 commit d45b5f4Copy full SHA for d45b5f4
1 file changed
docs/pages/configuration/deployments/kubectl/inline_manifests.mdx
@@ -22,7 +22,7 @@ pipelines:
22
deployments:
23
backend:
24
kubectl:
25
- inlineManifest:
+ inlineManifest: |-
26
apiVersion: v1
27
kind: Pod
28
metadata:
@@ -79,7 +79,7 @@ The `createArgs` option expects an array of strings stating additional arguments
79
80
81
82
83
84
85
0 commit comments