flatpak-cache: clean up stray syntax

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-01-08 15:19:56 -08:00
parent 9c4f7939b2
commit 9aa63a75d4

View file

@ -1,6 +1,6 @@
- apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels: labels:
app: flatpak-cache app: flatpak-cache
app.kubernetes.io/component: flatpak-cache app.kubernetes.io/component: flatpak-cache
@ -8,7 +8,7 @@
app.kubernetes.io/name: flatpak-cache app.kubernetes.io/name: flatpak-cache
app.kubernetes.io/part-of: flatpak-cache-app app.kubernetes.io/part-of: flatpak-cache-app
name: flatpak-cache name: flatpak-cache
spec: spec:
progressDeadlineSeconds: 600 progressDeadlineSeconds: 600
replicas: 1 replicas: 1
revisionHistoryLimit: 10 revisionHistoryLimit: 10