Skip to content

Commit

Permalink
Update namespace configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcanades committed Mar 7, 2024
1 parent 7f2837a commit 8a2ba54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified dlt-adapter-1.0.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions dlt-adapter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "dlt-adapter.fullname" . }}
namespace: {{ $.Release.Namespace | quote }}
labels:
{{- include "dlt-adapter.labels" . | nindent 4 }}
spec:
Expand Down
1 change: 1 addition & 0 deletions dlt-adapter/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "dlt-adapter.fullname" . }}
namespace: {{ $.Release.Namespace | quote }}
labels:
{{- include "dlt-adapter.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 8a2ba54

Please sign in to comment.