Skip to content

Commit dd5b550

Browse files
author
Brian Ward
committed
Fixes spacing/indentation in yaml construct for prometheusK8s config.
1 parent 32448ef commit dd5b550

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/monitoring-configuring-the-monitoring-stack.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ data:
5858
config.yaml: |
5959
prometheusK8s: <1>
6060
volumeClaimTemplate:
61-
spec:
62-
storageClassName: fast
63-
volumeMode: Filesystem
64-
resources:
65-
requests:
66-
storage: 40Gi
61+
spec:
62+
storageClassName: fast
63+
volumeMode: Filesystem
64+
resources:
65+
requests:
66+
storage: 40Gi
6767
----
6868
<1> Defines the Prometheus component and the subsequent lines define its configuration.
6969

0 commit comments

Comments
 (0)