lazy yaml
This commit is contained in:
parent
48611b23c1
commit
59b0e69e8f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ spec:
|
||||||
init-config:
|
init-config:
|
||||||
image:
|
image:
|
||||||
repository: docker.io/chocobozzz/peertube
|
repository: docker.io/chocobozzz/peertube
|
||||||
tag: v6.0.2-bookworm
|
tag: &peertube-version v6.0.2-bookworm
|
||||||
command:
|
command:
|
||||||
- "/bin/sh"
|
- "/bin/sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: docker.io/chocobozzz/peertube
|
repository: docker.io/chocobozzz/peertube
|
||||||
tag: v6.0.2-bookworm
|
tag: *peertube-version
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
Reference in a new issue