Skip to content

Commit 8f27074

Browse files
committed
feat: disable compression for Contour installations (pscloud-483)
1 parent 73bff24 commit 8f27074

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roles/baseline/tasks/contour.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@
7171
- install
7272
- update
7373

74-
# Patch Contour ConfigMap to add compression configuration (PSCLOUD-483)
75-
# Note: Contour Helm chart v0.2.1 doesn't properly merge configFileContents,
76-
# so we need to patch the ConfigMap directly after deployment
74+
# Patch Contour ConfigMap to add compression configuration.
7775
- name: Patch Contour ConfigMap with compression settings
7876
kubernetes.core.k8s:
7977
state: patched

0 commit comments

Comments
 (0)