mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fixing indentation in deluge
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
b3de84f1e3
commit
af5864a476
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 145
|
||||
description: Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
|
||||
name: deluge
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
keywords:
|
||||
- deluge
|
||||
- deluge-torrent
|
||||
|
@ -11,13 +11,13 @@ spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "deluge.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/name: {{ include "deluge.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "deluge.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/name: {{ include "deluge.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
|
Loading…
Reference in New Issue
Block a user