Skip to content

Commit 0e3571e

Browse files
MaxymVlasovaknyshcloudpossebot
authored
chore: Update and add more basic pre-commit hooks (cloudposse/terraform-aws-components#714)
Co-authored-by: Andriy Knysh <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
1 parent aa2a3af commit 0e3571e

File tree

7 files changed

+2
-5
lines changed

7 files changed

+2
-5
lines changed

src/charts/actions-runner/templates/horizontalrunnerautoscaler.yaml

100755100644
File mode changed.

src/charts/actions-runner/templates/runnerdeployment.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ spec:
1414
requests:
1515
# EFS is not actually storage constrained, but this storage request is
1616
# required. 100Gi is a ballpark for how much we initially request, but this
17-
# may grow. We are responsible for docker pruning this periodically to
17+
# may grow. We are responsible for docker pruning this periodically to
1818
# save space.
19-
storage: 100Gi
19+
storage: 100Gi
2020
{{- end }}
2121
---
2222
apiVersion: actions.summerwind.dev/v1alpha1

src/charts/actions-runner/values.yaml

100755100644
File mode changed.

src/main.tf

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,3 @@ module "actions_runner" {
232232

233233
depends_on = [module.actions_runner_controller]
234234
}
235-

src/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ output "webhook_payload_url" {
1212
value = local.webhook_enabled ? format("https://${var.webhook.hostname_template}", var.tenant, var.stage, var.environment) : null
1313
description = "Payload URL for GitHub webhook"
1414
}
15-

src/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ variable "import_role_arn" {
2626
default = null
2727
description = "IAM Role ARN to use when importing a resource"
2828
}
29-

src/variables.tf

100755100644
File mode changed.

0 commit comments

Comments
 (0)