mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
style: fix YAML lint
This commit is contained in:
@@ -59,6 +59,7 @@ spec:
|
||||
- -v
|
||||
- --force-color
|
||||
- name: yaml
|
||||
workingDir: /workspace/source
|
||||
command:
|
||||
- yamllint
|
||||
args:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,6 @@ apiVersion: v2
|
||||
name: kured
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: kured
|
||||
- name: kured
|
||||
version: 2.12.0
|
||||
repository: https://weaveworks.github.io/kured
|
||||
|
||||
Reference in New Issue
Block a user