You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ The following are some of the most important configurations of the values.yaml i
166
166
167
167
## E. Common Issues:
168
168
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
170
170
171
171
Try doing `kubectl get pods` and find a pod named `diffgram-pre-install-{SOME-ID}`.
172
172
@@ -176,4 +176,6 @@ This will show the logs of the POD to further debug the issue. Most common cause
176
176
177
177
- Missing Blob Storage Provider Credentials (Either AWS Access Keys, GCP Service Account or Azure Conn String)
178
178
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
0 commit comments