Skip to content

Commit

Permalink
Merge pull request #1268 from daemon1024/revert-default-viz-cm
Browse files Browse the repository at this point in the history
  • Loading branch information
DelusionalOptimist authored Jun 16, 2023
2 parents 1346451 + b2cc855 commit 0f9e047
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deployments/AKS/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/BottleRocket/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/EKS/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/GKE/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/OKE/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/generic/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/get/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ var kubearmorConfigLabels = map[string]string{
func GetKubearmorConfigMap(namespace, name string) *corev1.ConfigMap {
data := make(map[string]string)
data[cfg.ConfigGRPC] = "32767"
data[cfg.ConfigVisibility] = "none"
data[cfg.ConfigVisibility] = "process,file,network"
data[cfg.ConfigCluster] = "default"
data[cfg.ConfigDefaultFilePosture] = "audit"
data[cfg.ConfigDefaultCapabilitiesPosture] = "audit"
Expand Down
2 changes: 1 addition & 1 deletion deployments/k3s/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/microk8s/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deployments/minikube/kubearmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ data:
defaultFilePosture: audit
defaultNetworkPosture: audit
gRPC: "32767"
visibility: none
visibility: process,file,network
kind: ConfigMap
metadata:
labels:
Expand Down

0 comments on commit 0f9e047

Please sign in to comment.