fixing indentation in deluge

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2018-11-06 23:28:43 -05:00
parent b3de84f1e3
commit af5864a476
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 }}