Fix YAML syntax error in deployment
Add missing 'containers:' line that was accidentally removed in previous edit. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
694529b0af
commit
dc77249ea6
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ spec:
|
||||||
app: dozzle
|
app: dozzle
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: dozzle
|
serviceAccountName: dozzle
|
||||||
|
containers:
|
||||||
- name: dozzle
|
- name: dozzle
|
||||||
image: amir20/dozzle:latest
|
image: amir20/dozzle:latest
|
||||||
args:
|
args:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue