style: fix YAML lint

This commit is contained in:
Khue Doan 2022-05-14 21:36:41 +07:00
parent cb87bbc690
commit c726a0ae20
5 changed files with 12 additions and 11 deletions

View File

@ -59,6 +59,7 @@ spec:
- -v
- --force-color
- name: yaml
workingDir: /workspace/source
command:
- yamllint
args:

View File

@ -28,10 +28,10 @@ spec:
- name: check-files-changed
image: alpine/git
env:
- name: GIT_CLONE_DEPTH
value: $(params.gitCloneDepth)
- name: REGEX
value: $(params.regex)
- name: GIT_CLONE_DEPTH
value: $(params.gitCloneDepth)
- name: REGEX
value: $(params.regex)
script: |
#!/bin/sh
set -ex

View File

@ -31,9 +31,9 @@ dendrite:
version: 2
servername: &backend_host matrix.khuedoan.com
database:
host: "matrix-postgresql:5432"
user: "dendrite"
password: "dendrite"
host: matrix-postgresql:5432
user: dendrite
password: dendrite
max_open_conns: 100
max_idle_conns: 2
conn_max_lifetime: -1

View File

@ -9,7 +9,7 @@ descheduler:
enabled: true
params:
nodeAffinityType:
- requiredDuringSchedulingIgnoredDuringExecution
- requiredDuringSchedulingIgnoredDuringExecution
RemovePodsViolatingInterPodAntiAffinity:
enabled: true
LowNodeUtilization:

View File

@ -2,6 +2,6 @@ apiVersion: v2
name: kured
version: 0.0.0
dependencies:
- name: kured
version: 2.12.0
repository: https://weaveworks.github.io/kured
- name: kured
version: 2.12.0
repository: https://weaveworks.github.io/kured