UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix the EOF indentation so cut and paste works.

Merged Michael Martin requested to merge fix-indentation into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -54,7 +54,7 @@ vault policy write prometheus-monitoring - << EOF
path "/sys/metrics" {
capabilities = ["read"]
}
EOF
EOF
```
Then attach the policy to the existing `monitoring-monitoring-kube-prometheus` ServiceAccount used by the Prometheus pod:
Loading