fix(docs): sync text between code and image

pull/11/head
mingrammer 6 years ago
parent 723139233a
commit b13b70d533

@ -154,7 +154,7 @@ from diagrams.k8s.network import Service
from diagrams.k8s.storage import PV, PVC, StorageClass
with Diagram("Stateful Architecture", show=False):
with Cluster("App Cluster"):
with Cluster("Apps"):
svc = Service("svc")
sts = StatefulSet("sts")

Loading…
Cancel
Save