Skip to content
Snippets Groups Projects
Unverified Commit 2c93c997 authored by Bas's avatar Bas Committed by GitHub
Browse files

pre-commit autocorrected files (#9750)

parent 10337f2f
Branches
Tags
No related merge requests found
Showing
with 34 additions and 18 deletions
......@@ -24,7 +24,14 @@ skip_list:
# (Disabled in June 2021)
- 'role-name'
- 'experimental'
# [var-naming] "defaults/main.yml" File defines variable 'apiVersion' that violates variable naming standards
# In Kubespray we use variables that use camelCase to match their k8s counterparts
# (Disabled in June 2021)
- 'var-naming'
- 'var-spacing'
# [fqcn-builtins]
# Roles in kubespray don't need fully qualified collection names
# (Disabled in Feb 2023)
- 'fqcn-builtins'
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-xml
- id: check-merge-conflict
- id: detect-private-key
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
hooks:
......
......@@ -31,4 +31,3 @@
[k8s_cluster:children]
kube_node
kube_control_plane
configparser>=3.3.0
ruamel.yaml>=0.15.88
ipaddress
ruamel.yaml>=0.15.88
hacking>=0.10.2
pytest>=2.8.0
mock>=1.3.0
pytest>=2.8.0
#k8s_deployment_user: kubespray
#k8s_deployment_user_pkey_path: /tmp/ssh_rsa
......@@ -41,4 +41,3 @@
# [network-storage:children]
# gfs-cluster
......@@ -21,4 +21,3 @@
{% endfor %}
]
}
......@@ -13,4 +13,3 @@ output "k8s_etcds" {
output "k8s_nodes" {
value = equinix_metal_device.k8s_node.*.access_public_ipv4
}
......@@ -54,4 +54,3 @@ variable "number_of_etcd" {
variable "number_of_k8s_nodes" {
default = 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment