diff --git a/network-mapper/templates/agent-clusterrole.yaml b/network-mapper/templates/agent-clusterrole.yaml index bbc97c0e..8a2f9608 100644 --- a/network-mapper/templates/agent-clusterrole.yaml +++ b/network-mapper/templates/agent-clusterrole.yaml @@ -22,4 +22,4 @@ rules: - get - list - watch -{{ end }} \ No newline at end of file +{{ end }} diff --git a/network-mapper/templates/agent-daemonset.yaml b/network-mapper/templates/agent-daemonset.yaml index 547bb4a4..f8d663c9 100644 --- a/network-mapper/templates/agent-daemonset.yaml +++ b/network-mapper/templates/agent-daemonset.yaml @@ -137,4 +137,4 @@ spec: - name: host-bpffs hostPath: path: "/sys/fs/bpf" -{{ end }} \ No newline at end of file +{{ end }} diff --git a/network-mapper/templates/agent-serviceaccount.yaml b/network-mapper/templates/agent-serviceaccount.yaml index 3dcdf036..ff20e38d 100644 --- a/network-mapper/templates/agent-serviceaccount.yaml +++ b/network-mapper/templates/agent-serviceaccount.yaml @@ -36,4 +36,4 @@ subjects: - kind: ServiceAccount name: {{ template "otterize.nodeagent.fullName" . }} namespace: {{ .Release.Namespace }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/network-mapper/templates/pii-detector-deployment.yaml b/network-mapper/templates/pii-detector-deployment.yaml index 7236cdf8..ced12322 100644 --- a/network-mapper/templates/pii-detector-deployment.yaml +++ b/network-mapper/templates/pii-detector-deployment.yaml @@ -60,4 +60,4 @@ spec: port: 5000 initialDelaySeconds: 30 periodSeconds: 10 -{{ end }} \ No newline at end of file +{{ end }} diff --git a/network-mapper/templates/pii-detector-service.yaml b/network-mapper/templates/pii-detector-service.yaml index c131f393..9f265313 100644 --- a/network-mapper/templates/pii-detector-service.yaml +++ b/network-mapper/templates/pii-detector-service.yaml @@ -19,4 +19,4 @@ spec: - protocol: TCP port: 5000 name: http - targetPort: 5000 \ No newline at end of file + targetPort: 5000