Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Fix yaml indentation from the self eval Pod example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arau committed Feb 18, 2021
1 parent c71b830 commit ac02e35
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3886,20 +3886,20 @@ or UI</p>
</span><span style="color:#4e9a06">apiVersion: v1
</span><span style="color:#4e9a06">kind: Pod
</span><span style="color:#4e9a06">metadata:
</span><span style="color:#4e9a06">name: replicated-pod
</span><span style="color:#4e9a06"> name: replicated-pod
</span><span style="color:#4e9a06">spec:
</span><span style="color:#4e9a06">containers:
</span><span style="color:#4e9a06"> - name: debian
</span><span style="color:#4e9a06"> image: debian:9-slim
</span><span style="color:#4e9a06"> command: ["/bin/sleep"]
</span><span style="color:#4e9a06"> args: [ "3600" ]
</span><span style="color:#4e9a06"> volumeMounts:
</span><span style="color:#4e9a06"> - mountPath: /mnt
</span><span style="color:#4e9a06"> name: v1
</span><span style="color:#4e9a06">volumes:
</span><span style="color:#4e9a06"> - name: v1
</span><span style="color:#4e9a06"> persistentVolumeClaim:
</span><span style="color:#4e9a06"> claimName: pvc-replicated
</span><span style="color:#4e9a06"> containers:
</span><span style="color:#4e9a06"> - name: debian
</span><span style="color:#4e9a06"> image: debian:9-slim
</span><span style="color:#4e9a06"> command: ["/bin/sleep"]
</span><span style="color:#4e9a06"> args: [ "3600" ]
</span><span style="color:#4e9a06"> volumeMounts:
</span><span style="color:#4e9a06"> - mountPath: /mnt
</span><span style="color:#4e9a06"> name: v1
</span><span style="color:#4e9a06"> volumes:
</span><span style="color:#4e9a06"> - name: v1
</span><span style="color:#4e9a06"> persistentVolumeClaim:
</span><span style="color:#4e9a06"> claimName: pvc-replicated
</span><span style="color:#4e9a06">END</span>
</code></pre></div></li>
<li>
Expand Down
26 changes: 13 additions & 13 deletions docs/self-eval/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1582,20 +1582,20 @@ <h2 id="a-namevolumereplicationavolume-replication"><a name='VolumeReplication'>
</span><span style="color:#4e9a06">apiVersion: v1
</span><span style="color:#4e9a06">kind: Pod
</span><span style="color:#4e9a06">metadata:
</span><span style="color:#4e9a06">name: replicated-pod
</span><span style="color:#4e9a06"> name: replicated-pod
</span><span style="color:#4e9a06">spec:
</span><span style="color:#4e9a06">containers:
</span><span style="color:#4e9a06"> - name: debian
</span><span style="color:#4e9a06"> image: debian:9-slim
</span><span style="color:#4e9a06"> command: [&#34;/bin/sleep&#34;]
</span><span style="color:#4e9a06"> args: [ &#34;3600&#34; ]
</span><span style="color:#4e9a06"> volumeMounts:
</span><span style="color:#4e9a06"> - mountPath: /mnt
</span><span style="color:#4e9a06"> name: v1
</span><span style="color:#4e9a06">volumes:
</span><span style="color:#4e9a06"> - name: v1
</span><span style="color:#4e9a06"> persistentVolumeClaim:
</span><span style="color:#4e9a06"> claimName: pvc-replicated
</span><span style="color:#4e9a06"> containers:
</span><span style="color:#4e9a06"> - name: debian
</span><span style="color:#4e9a06"> image: debian:9-slim
</span><span style="color:#4e9a06"> command: [&#34;/bin/sleep&#34;]
</span><span style="color:#4e9a06"> args: [ &#34;3600&#34; ]
</span><span style="color:#4e9a06"> volumeMounts:
</span><span style="color:#4e9a06"> - mountPath: /mnt
</span><span style="color:#4e9a06"> name: v1
</span><span style="color:#4e9a06"> volumes:
</span><span style="color:#4e9a06"> - name: v1
</span><span style="color:#4e9a06"> persistentVolumeClaim:
</span><span style="color:#4e9a06"> claimName: pvc-replicated
</span><span style="color:#4e9a06">END</span>
</code></pre></div></li>
<li>
Expand Down

0 comments on commit ac02e35

Please sign in to comment.