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:
|
||||
image:
|
||||
repository: docker.io/chocobozzz/peertube
|
||||
tag: v6.0.2-bookworm
|
||||
tag: &peertube-version v6.0.2-bookworm
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
|
@ -39,7 +39,7 @@ spec:
|
|||
main:
|
||||
image:
|
||||
repository: docker.io/chocobozzz/peertube
|
||||
tag: v6.0.2-bookworm
|
||||
tag: *peertube-version
|
||||
pullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
Reference in a new issue