Skip to content

Commit 08051c0

Browse files
authored
Merge pull request #44 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents 78bc543 + 3757a4c commit 08051c0

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

charts/network-observability-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: network-observability-operator
33
description: Helm chart for deploying the Network Observability Operator for network traffic flow monitoring
44
type: application
5-
version: 1.0.1
5+
version: 1.0.2
66
appVersion: "1.11"
77
dependencies:
88
- name: helper-status-checker
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{{- if .Values.flowCollector.enabled }}
2+
apiVersion: flows.netobserv.io/v1beta2
3+
kind: FlowCollector
4+
metadata:
5+
name: cluster
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "5"
8+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
9+
spec:
10+
namespace: {{ .Values.flowCollector.namespace }}
11+
deploymentModel: {{ .Values.flowCollector.deploymentModel }}
12+
agent:
13+
type: eBPF
14+
ebpf:
15+
sampling: {{ .Values.flowCollector.agent.sampling }}
16+
{{- end }}

charts/network-observability-operator/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ subscription:
1111
operatorGroup:
1212
create: true
1313

14+
flowCollector:
15+
enabled: true
16+
namespace: netobserv
17+
deploymentModel: Direct
18+
agent:
19+
sampling: 50
20+
1421
helper-status-checker:
1522
enabled: true
1623
approver: true

0 commit comments

Comments
 (0)