diff --git a/charts/tenant/templates/deployment.yaml b/charts/tenant/templates/deployment.yaml index 074bfa9..9dd411d 100644 --- a/charts/tenant/templates/deployment.yaml +++ b/charts/tenant/templates/deployment.yaml @@ -5,18 +5,18 @@ metadata: namespace: {{ .Release.Namespace }} labels: app: jupyter - tenant: 'tenant-{{.name}}' + tenant: 'tenant-{{.Values.name}}' spec: replicas: 1 selector: matchLabels: app: jupyter - tenant: 'tenant-{{.name}}' + tenant: 'tenant-{{.Values.name}}' template: metadata: labels: app: jupyter - tenant: 'tenant-{{.name}}' + tenant: 'tenant-{{.Values.name}}' spec: containers: - name: jupyter