diff --git a/docs/addons/elasticsearch/kubedb/index.md b/docs/addons/elasticsearch/kubedb/index.md index 9630f630..327e641b 100644 --- a/docs/addons/elasticsearch/kubedb/index.md +++ b/docs/addons/elasticsearch/kubedb/index.md @@ -613,10 +613,10 @@ spec: resources: requests: storage: 1Gi - runtimeSettings: - pod: - securityContext: - fsGroup: 65534 + runtimeSettings: + pod: + securityContext: + fsGroup: 65534 rules: - snapshots: [latest] ```