Fix format of text field
This commit is contained in:
parent
de41730dad
commit
cd87d00d73
1 changed files with 12 additions and 11 deletions
|
@ -40,13 +40,14 @@
|
||||||
:build-cpu-request \"1500m\",
|
:build-cpu-request \"1500m\",
|
||||||
:build-cpu-limit \"3000m\",
|
:build-cpu-limit \"3000m\",
|
||||||
:build-memory-request \"512Mi\",
|
:build-memory-request \"512Mi\",
|
||||||
:build-memory-limit \"1024Mi\"}]}"
|
:build-memory-limit \"1024Mi\"}] }"
|
||||||
"16")))
|
"16"))
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"credentials"
|
"credentials"
|
||||||
(br/generate-text-area
|
(br/generate-text-area
|
||||||
"auth" "Your authentication data for each website or git repo:"
|
"auth" "Your authentication data for each website or git repo:"
|
||||||
"{:mon-auth {:grafana-cloud-user \"your-user-id\"
|
"{:mon-auth
|
||||||
|
{:grafana-cloud-user \"your-user-id\"
|
||||||
:grafana-cloud-password \"your-cloud-password\"}
|
:grafana-cloud-password \"your-cloud-password\"}
|
||||||
:auth
|
:auth
|
||||||
[{:unique-name \"test.io\",
|
[{:unique-name \"test.io\",
|
||||||
|
|
Loading…
Reference in a new issue