feat(argo-events): support namespaced deployments (#705)

* feat(argo-events): support namespaced deployments

Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>

* chore: bump chart major version

Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>

* fix: bump minor chart version

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Peter Benjamin 2021-05-29 03:30:06 -07:00 committed by GitHub
parent 8c6a1bf81a
commit c7f1bfbda3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-{{ .Values.sensorController.name }}
namespace: {{ .Release.Namespace }}
labels:
app: {{ .Release.Name }}-{{ .Values.sensorController.name }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}