Skip to content

Commit

Permalink
Set IP_FILTER_ACTIONS in test suite (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike authored Apr 25, 2024
1 parent b4fe3fa commit bf6547e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/suite/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ func ConstructBasicNodeSpecForHumioCluster(key types.NamespacedName) humiov1alph
Name: "HUMIO_OPTS",
Value: "-Dakka.log-config-on-start=on -Dlog4j2.formatMsgNoLookups=true -Dzookeeper.client.secure=false",
},
{
Name: "IP_FILTER_ACTIONS",
Value: "allow all",
},
},
DataVolumePersistentVolumeClaimSpecTemplate: corev1.PersistentVolumeClaimSpec{
AccessModes: []corev1.PersistentVolumeAccessMode{
Expand Down

0 comments on commit bf6547e

Please sign in to comment.