Skip to content

Commit

Permalink
feat: add metadata.namespace for deployment (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsabri authored Oct 26, 2024
1 parent 97e5f1d commit 4b7e35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/locust-k8s-operator/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 "locust-k8s-operator.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "locust-k8s-operator.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 4b7e35d

Please sign in to comment.