Fix type
This commit is contained in:
parent
44805aa32a
commit
8a15a4bc25
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
gethompage.dev/enabled: true
|
gethompage.dev/enabled: "true"
|
||||||
gethomepage.dev/group: Media
|
gethomepage.dev/group: Media
|
||||||
gethomepage.dev/name: Books
|
gethomepage.dev/name: Books
|
||||||
gethomepage.dev/description: Ebooks and graphic novels
|
gethomepage.dev/description: Ebooks and graphic novels
|
||||||
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
gethompage.dev/enabled: true
|
gethompage.dev/enabled: "true"
|
||||||
gethomepage.dev/group: Media
|
gethomepage.dev/group: Media
|
||||||
gethomepage.dev/name: Books
|
gethomepage.dev/name: Books
|
||||||
gethomepage.dev/description: Ebooks and graphic novels
|
gethomepage.dev/description: Ebooks and graphic novels
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue