File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/tofuutils/pre-commit-opentofu
3
- rev : v1.0.2
3
+ rev : v1.0.3
4
4
hooks :
5
5
- id : tofu_fmt
6
6
- id : tofu_checkov
7
- - id : tofu_tflint
8
7
# - id: tofu_trivy
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ operator:
10
10
replicas: ${ operator_replica}
11
11
nodeSelector:
12
12
node-role.kubernetes.io/master: "true"
13
- tolerations:
14
- - effect: NoExecute
15
- key: CriticalAddonsOnly
16
- operator: "Exists"
17
- - effect: NoSchedule
18
- key: node.cloudprovider.kubernetes.io/uninitialized
19
- operator: "Exists"
20
13
resources:
21
14
requests:
22
15
cpu: 50m
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variable "name" {
5
5
6
6
variable "ssh_authorized_keys" {
7
7
type = list (string )
8
- default = [" ~/.ssh/id_rsa.pub " ]
8
+ default = []
9
9
}
10
10
11
11
variable "floating_pool" {
You can’t perform that action at this time.
0 commit comments