mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-31 01:44:47 +07:00
style: fix YAML lint
This commit is contained in:
parent
cb87bbc690
commit
c726a0ae20
@ -59,6 +59,7 @@ spec:
|
||||
- -v
|
||||
- --force-color
|
||||
- name: yaml
|
||||
workingDir: /workspace/source
|
||||
command:
|
||||
- yamllint
|
||||
args:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -9,7 +9,7 @@ descheduler:
|
||||
enabled: true
|
||||
params:
|
||||
nodeAffinityType:
|
||||
- requiredDuringSchedulingIgnoredDuringExecution
|
||||
- requiredDuringSchedulingIgnoredDuringExecution
|
||||
RemovePodsViolatingInterPodAntiAffinity:
|
||||
enabled: true
|
||||
LowNodeUtilization:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user