Skip to content

Commit

Permalink
new line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
otterobert committed Oct 20, 2024
1 parent eb55f78 commit f44ea35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion network-mapper/templates/agent-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ rules:
- get
- list
- watch
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion network-mapper/templates/agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ spec:
- name: host-bpffs
hostPath:
path: "/sys/fs/bpf"
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion network-mapper/templates/agent-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ subjects:
- kind: ServiceAccount
name: {{ template "otterize.nodeagent.fullName" . }}
namespace: {{ .Release.Namespace }}
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion network-mapper/templates/pii-detector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ spec:
port: 5000
initialDelaySeconds: 30
periodSeconds: 10
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion network-mapper/templates/pii-detector-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
- protocol: TCP
port: 5000
name: http
targetPort: 5000
targetPort: 5000

0 comments on commit f44ea35

Please sign in to comment.