We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b357fd commit bb96513Copy full SHA for bb96513
1 file changed
stacks/openlineage/marquez.yaml
@@ -63,7 +63,7 @@ metadata:
63
type: Opaque
64
data:
65
marquez-db-password: "bWFjb25kbw=="
66
-
+
67
68
---
69
# Source: marquez/templates/marquez/configmap.yaml
@@ -419,10 +419,10 @@ spec:
419
annotations:
420
spec:
421
serviceAccountName: default
422
423
affinity:
424
podAffinity:
425
426
podAntiAffinity:
427
preferredDuringSchedulingIgnoredDuringExecution:
428
- podAffinityTerm:
@@ -434,7 +434,7 @@ spec:
434
topologyKey: kubernetes.io/hostname
435
weight: 1
436
nodeAffinity:
437
438
securityContext:
439
fsGroup: 1001
440
hostNetwork: false
@@ -518,7 +518,7 @@ spec:
518
- /bin/sh
519
- -c
520
- -e
521
522
- |
523
exec pg_isready -U "marquez" -d "dbname=marquez" -h 127.0.0.1 -p 5432
524
resources:
0 commit comments