doc: Fix spacing in sample values for enabling persistence (#97220)

Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
pull/97250/head
horacimacias 1 year ago committed by GitHub
parent 3ff4f23f2f
commit 54d183949e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      docs/sources/setup-grafana/installation/helm/index.md
  2. 26
      public/api-merged.json
  3. 26
      public/openapi3.json

@ -222,9 +222,9 @@ To enable the persistent storage in the Grafana Helm charts, complete the follow
............
......
persistence:
type: pvc
enabled: true
# storageClassName: default
type: pvc
enabled: true
# storageClassName: default
.......
............
......

@ -8606,32 +8606,6 @@
}
}
},
"/scim/users/": {
"post": {
"tags": [
"users"
],
"summary": "Creates user.",
"operationId": "createUser",
"responses": {
"200": {
"$ref": "#/responses/okResponse"
},
"401": {
"$ref": "#/responses/unauthorisedError"
},
"403": {
"$ref": "#/responses/forbiddenError"
},
"409": {
"$ref": "#/responses/conflictError"
},
"500": {
"$ref": "#/responses/internalServerError"
}
}
}
},
"/search": {
"get": {
"tags": [

@ -22483,32 +22483,6 @@
]
}
},
"/scim/users/": {
"post": {
"operationId": "createUser",
"responses": {
"200": {
"$ref": "#/components/responses/okResponse"
},
"401": {
"$ref": "#/components/responses/unauthorisedError"
},
"403": {
"$ref": "#/components/responses/forbiddenError"
},
"409": {
"$ref": "#/components/responses/conflictError"
},
"500": {
"$ref": "#/components/responses/internalServerError"
}
},
"summary": "Creates user.",
"tags": [
"users"
]
}
},
"/search": {
"get": {
"operationId": "search",

Loading…
Cancel
Save