Skip to content

Commit

Permalink
review #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jun 14, 2018
1 parent 269ebad commit 01008b3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion stable/keel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ template "keel.fullname" . }}
namespace: {{ .Values.namespace }}
labels:
app: {{ template "keel.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/secrets-webhookrelay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ template "keel.fullname" . }}-webhookrelay
namespace: {{ .Values.namespace }}
labels:
app: {{ template "keel.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "keel.fullname" . }}
namespace: {{ .Values.namespace }}
labels:
app: {{ template "keel.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down
1 change: 0 additions & 1 deletion stable/keel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "keel.fullname" . }}
namespace: kube-system
labels:
app: {{ template "keel.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand Down
2 changes: 0 additions & 2 deletions stable/keel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

namespace: kube-system

image:
repository: keelhq/keel
tag: 0.9.2
Expand Down

0 comments on commit 01008b3

Please sign in to comment.