Skip to content

Commit 4c69fb5

Browse files
authored
Merge pull request #43230 from briantward/bugfix/issue-43227
Fixes spacing/indentation in yaml construct for prometheusK8s config.
2 parents 28a35aa + dd5b550 commit 4c69fb5

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
@@ -59,12 +59,12 @@ data:
5959
config.yaml: |
6060
prometheusK8s: <1>
6161
volumeClaimTemplate:
62-
spec:
63-
storageClassName: fast
64-
volumeMode: Filesystem
65-
resources:
66-
requests:
67-
storage: 40Gi
62+
spec:
63+
storageClassName: fast
64+
volumeMode: Filesystem
65+
resources:
66+
requests:
67+
storage: 40Gi
6868
----
6969
<1> Defines the Prometheus component and the subsequent lines define its configuration.
7070

0 commit comments

Comments
 (0)