Skip to content

Commit 78f4e07

Browse files
committed
feat: fix cilium init and remove default ssh key
1 parent cda7cf1 commit 78f4e07

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
repos:
22
- repo: https://github.com/tofuutils/pre-commit-opentofu
3-
rev: v1.0.2
3+
rev: v1.0.3
44
hooks:
55
- id: tofu_fmt
66
- id: tofu_checkov
7-
- id: tofu_tflint
87
#- id: tofu_trivy

patches/rke2-cilium.yaml.tpl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ operator:
1010
replicas: ${operator_replica}
1111
nodeSelector:
1212
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"
2013
resources:
2114
requests:
2215
cpu: 50m

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "name" {
55

66
variable "ssh_authorized_keys" {
77
type = list(string)
8-
default = ["~/.ssh/id_rsa.pub"]
8+
default = []
99
}
1010

1111
variable "floating_pool" {

0 commit comments

Comments
 (0)