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 35987e4 commit e155513Copy full SHA for e155513
org_runners.tf
@@ -1,6 +1,10 @@
1
resource "kubernetes_manifest" "github_org_runners" {
2
for_each = { for org in var.github_org_runners : org.name => org }
3
4
+ computed_fields = [
5
+ "spec.scaleUpTriggers",
6
+ ]
7
+
8
manifest = {
9
apiVersion = "actions.summerwind.dev/v1alpha1"
10
kind = "RunnerDeployment"
@@ -37,6 +41,10 @@ resource "kubernetes_manifest" "github_org_runners" {
37
41
resource "kubernetes_manifest" "github_org_runners_horizontal_autoscaler" {
38
42
39
43
44
45
46
47
40
48
49
50
kind = "HorizontalRunnerAutoscaler"
0 commit comments