Skip to content

Commit

Permalink
Test: workaround for Jekyllr frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Nov 30, 2017
1 parent edcb39d commit 7f59b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tutorials/stateful-application/web.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Service and StatefulSet
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/stateful-application/webp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Service and StatefulSet
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -45,4 +46,4 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 1Gi
storage: 1Gi
1 change: 1 addition & 0 deletions docs/tutorials/stateful-application/zookeeper.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Service, PDB and StatefulSet
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 7f59b65

Please sign in to comment.