diff --git a/charts/kubernetes-operator/values.yaml b/charts/kubernetes-operator/values.yaml index 4355a2c..9bf315c 100644 --- a/charts/kubernetes-operator/values.yaml +++ b/charts/kubernetes-operator/values.yaml @@ -203,4 +203,4 @@ general: # General labels, applied to all created K8s resources labels: {} # acme_com_managed_by: platform-engineering - # acme_com_owned_by: release-engineering \ No newline at end of file + # acme_com_owned_by: release-engineering diff --git a/charts/netbird-operator-config/templates/nbpolicies.yaml b/charts/netbird-operator-config/templates/nbpolicies.yaml index c86e76f..4dd0733 100644 --- a/charts/netbird-operator-config/templates/nbpolicies.yaml +++ b/charts/netbird-operator-config/templates/nbpolicies.yaml @@ -27,4 +27,4 @@ spec: {{- if hasKey $v "bidirectional" }} bidirectional: {{ $v.bidirectional }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/netbird-operator-config/templates/nbroutingpeers.yaml b/charts/netbird-operator-config/templates/nbroutingpeers.yaml index eaa1d74..940938f 100644 --- a/charts/netbird-operator-config/templates/nbroutingpeers.yaml +++ b/charts/netbird-operator-config/templates/nbroutingpeers.yaml @@ -80,4 +80,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/netbird-operator-config/templates/rbac.yaml b/charts/netbird-operator-config/templates/rbac.yaml index 678ef16..56f2ea6 100644 --- a/charts/netbird-operator-config/templates/rbac.yaml +++ b/charts/netbird-operator-config/templates/rbac.yaml @@ -42,4 +42,4 @@ roleRef: subjects: - kind: ServiceAccount name: {{ include "netbird-operator-config.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} \ No newline at end of file + namespace: {{ .Release.Namespace }} diff --git a/charts/netbird-operator-config/values.yaml b/charts/netbird-operator-config/values.yaml index 2bf1cd0..b9c187a 100644 --- a/charts/netbird-operator-config/values.yaml +++ b/charts/netbird-operator-config/values.yaml @@ -54,4 +54,4 @@ kubernetesAPI: serviceAccount: create: true name: "" - annotations: {} \ No newline at end of file + annotations: {}