Skip to content

Commit

Permalink
Merge pull request #10 from totmicro/fix/management-deploy-ns
Browse files Browse the repository at this point in the history
move ns declaration out of with block
  • Loading branch information
marcportabellaclotet-mt authored Oct 17, 2024
2 parents 8eed676 + 45eea0f commit b906643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/netbird/templates/management-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "netbird.fullname" . }}-management
{{- with .Values.management.deploymentAnnotations }}
namespace: {{ include "netbird.namespace" . }}
{{- with .Values.management.deploymentAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit b906643

Please sign in to comment.