Pre commit fixes (#167)

* chore(dependencies): updated kube-vip to 0.5.6

* fix(pre-commit): pin to hash

* fix(pre-commit): added more hooks and fixed lint

* fix(pre-commit): added pre-commit hook so we don't have to run it manually

* fix(pre-commit): Added docs to readme

* fix(pre-commit): added texthooks

* fix(pre-commit): pin to hash

* fix(pre-commit): added mor hooks and fixed lint

* fix(lint): Fixing quotes

* fix(ci): only run test if linting passes

* fix(ci): convert to reusable workflows

* fix(pr template): Reorder steps
This commit is contained in:
Techno Tim
2022-11-13 22:42:49 -06:00
committed by GitHub
parent 88d679ecb6
commit 17a74b66c8
13 changed files with 58 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ spec:
aggregationLength:
default: 32
description: The aggregation-length advertisement option lets
you roll up the /32s into a larger prefix.
you "roll up" the /32s into a larger prefix.
format: int32
minimum: 1
type: integer
@@ -167,7 +167,7 @@ spec:
aggregationLength:
default: 32
description: The aggregation-length advertisement option lets
you roll up the /32s into a larger prefix.
you "roll up" the /32s into a larger prefix.
format: int32
minimum: 1
type: integer
@@ -359,7 +359,7 @@ spec:
aggregationLength:
default: 32
description: The aggregation-length advertisement option lets you
roll up the /32s into a larger prefix. Defaults to 32. Works for
"roll up" the /32s into a larger prefix. Defaults to 32. Works for
IPv4 addresses.
format: int32
minimum: 1
@@ -367,7 +367,7 @@ spec:
aggregationLengthV6:
default: 128
description: The aggregation-length advertisement option lets you
roll up the /128s into a larger prefix. Defaults to 128. Works
"roll up" the /128s into a larger prefix. Defaults to 128. Works
for IPv6 addresses.
format: int32
type: integer