Skip to content

Commit

Permalink
fix pascal case exception in sample (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau authored Dec 13, 2023
1 parent 2457cb2 commit 93e928c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ metadata:
},
"sampling": 50
},
"type": "Ebpf"
"type": "eBPF"
},
"consolePlugin": {
"autoscaler": {
Expand Down
4 changes: 2 additions & 2 deletions config/samples/flows_v1beta2_flowcollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
namespace: netobserv
deploymentModel: Direct
agent:
type: Ebpf
type: eBPF
ebpf:
imagePullPolicy: IfNotPresent
sampling: 50
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
# address: "kafka-cluster-kafka-bootstrap.netobserv"
# topic: netobserv-flows-export
# or
# - type: Ipfix
# - type: IPFIX
# ipfix:
# targetHost: "ipfix-collector.ipfix.svc.cluster.local"
# targetPort: 4739
Expand Down

0 comments on commit 93e928c

Please sign in to comment.