Skip to content

Commit d7c0c16

Browse files
authored
changed Labels to Tags (#270)
1 parent db266db commit d7c0c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ dev-local-deploy: ## Deploy locally with simulated netflows
298298
go build "${CMD_DIR}${FLP_BIN_FILE}"
299299
go build "${CMD_DIR}${CG_BIN_FILE}"
300300
./${CG_BIN_FILE} --log-level debug --srcFolder network_definitions \
301-
--skipWithLabels "kubernetes" \
301+
--skipWithTags "kubernetes" \
302302
--destConfFile /tmp/flowlogs-pipeline.conf.yaml --destGrafanaJsonnetFolder /tmp/
303303
test -f /tmp/${NETFLOW_GENERATOR} || curl -L --output /tmp/${NETFLOW_GENERATOR} https://github.com/nerdalert/nflow-generator/blob/master/binaries/nflow-generator-x86_64-linux?raw=true
304304
chmod +x /tmp/${NETFLOW_GENERATOR}

0 commit comments

Comments
 (0)