forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): allow disabling content-type check (argoproj#16959)
* fix(server): allow disabling content-type check Signed-off-by: Michael Crenshaw <[email protected]> * fix spacing Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
- Loading branch information
1 parent
385accd
commit 1ea1fbc
Showing
4 changed files
with
4 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3345,4 +3345,4 @@ spec: | |
matchLabels: | ||
app.kubernetes.io/name: argocd-server | ||
policyTypes: | ||
- Ingress | ||
- Ingress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2130,4 +2130,4 @@ spec: | |
matchLabels: | ||
app.kubernetes.io/name: argocd-server | ||
policyTypes: | ||
- Ingress | ||
- Ingress |