Skip to content

Commit f06a3eb

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 4f35e50 + effffbf commit f06a3eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The following are some of the most important configurations of the values.yaml i
166166

167167
## E. Common Issues:
168168

169-
1. My Helm Chart gets stuck during install and the timesout with
169+
### 1. My Helm Chart gets stuck during install and the timesout with
170170

171171
Try doing `kubectl get pods` and find a pod named `diffgram-pre-install-{SOME-ID}`.
172172

@@ -176,4 +176,6 @@ This will show the logs of the POD to further debug the issue. Most common cause
176176

177177
- Missing Blob Storage Provider Credentials (Either AWS Access Keys, GCP Service Account or Azure Conn String)
178178

179+
### 2. `directory_id` header is not present on my SDK requests.
180+
Your ingress might not have the `allow-underscores-in-headers` config. Please enable it by looking at this config: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#enable-underscores-in-headers
179181

0 commit comments

Comments
 (0)