Skip to content

Commit

Permalink
improve labels selector
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 27, 2023
1 parent ba33fde commit 8e76ae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mviewer
description: A Helm chart to deploy the mviewer stack
type: application
version: 0.2.8
version: 0.2.9
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
1 change: 1 addition & 0 deletions mviewer/templates/mviewer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: {{ include "helm-mviewer.fullname" . }}-mviewer-deployment
labels:
{{- include "helm-mviewer.labels" . | nindent 4 }}
application/name: {{ include "helm-mviewer.fullname" . }}-mviewer-deployment
spec:
replicas: {{ .Values.mviewer.replicaCount }}
selector:
Expand Down
1 change: 1 addition & 0 deletions mviewer/templates/mviewerstudio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: {{ include "helm-mviewer.fullname" . }}-mviewerstudio-deployment
labels:
{{- include "helm-mviewer.labels" . | nindent 4 }}
application/name: {{ include "helm-mviewer.fullname" . }}-mviewerstudio-deployment
spec:
replicas: {{ .Values.mviewerstudio.replicaCount }}
selector:
Expand Down

0 comments on commit 8e76ae9

Please sign in to comment.