Skip to content

Commit bb96513

Browse files
committed
fix: yaml lint
1 parent 4b357fd commit bb96513

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

stacks/openlineage/marquez.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ metadata:
6363
type: Opaque
6464
data:
6565
marquez-db-password: "bWFjb25kbw=="
66-
66+
6767

6868
---
6969
# Source: marquez/templates/marquez/configmap.yaml
@@ -419,10 +419,10 @@ spec:
419419
annotations:
420420
spec:
421421
serviceAccountName: default
422-
422+
423423
affinity:
424424
podAffinity:
425-
425+
426426
podAntiAffinity:
427427
preferredDuringSchedulingIgnoredDuringExecution:
428428
- podAffinityTerm:
@@ -434,7 +434,7 @@ spec:
434434
topologyKey: kubernetes.io/hostname
435435
weight: 1
436436
nodeAffinity:
437-
437+
438438
securityContext:
439439
fsGroup: 1001
440440
hostNetwork: false
@@ -518,7 +518,7 @@ spec:
518518
- /bin/sh
519519
- -c
520520
- -e
521-
521+
522522
- |
523523
exec pg_isready -U "marquez" -d "dbname=marquez" -h 127.0.0.1 -p 5432
524524
resources:

0 commit comments

Comments
 (0)