We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bff24 commit 8f27074Copy full SHA for 8f27074
roles/baseline/tasks/contour.yaml
@@ -71,9 +71,7 @@
71
- install
72
- update
73
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
+# Patch Contour ConfigMap to add compression configuration.
77
- name: Patch Contour ConfigMap with compression settings
78
kubernetes.core.k8s:
79
state: patched
0 commit comments