We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b25f7e commit e181e03Copy full SHA for e181e03
terraform-modules/concourse/app/files/config/concourse/pod_disruption_budget.yml
@@ -0,0 +1,11 @@
1
+#@ load("@ytt:data", "data")
2
+#@ load("@ytt:library", "library")
3
+#@ load("@ytt:overlay", "overlay")
4
+#@ load("@ytt:template", "template")
5
+
6
+#! workaround for buggy GKE version check:
7
+#! https://github.com/concourse/concourse-chart/blob/c92075294c39a20fd48e0c5cc4533a2a59adfc70/templates/worker-policy.yaml#L2
8
9
+#@overlay/match by=overlay.subset({"kind": "PodDisruptionBudget"})
10
+---
11
+apiVersion: policy/v1
0 commit comments