Skip to content

Commit

Permalink
Merge pull request #18 from natrontech/security-and-fixes
Browse files Browse the repository at this point in the history
fix: netpol cidr
  • Loading branch information
janlauber authored Aug 11, 2023
2 parents c8d130c + 5344d70 commit 7873d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubelab-backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func main() {
"cpu": "100m",
}
yamlValues.Isolation.NetworkPolicy.Enabled = true
yamlValues.Isolation.NetworkPolicy.OutgoingConnections.IPBlock.CIDR = "8"
yamlValues.Isolation.NetworkPolicy.OutgoingConnections.IPBlock.CIDR = "8.8.8.8/32"

// convert to yaml
yamlValuesBytes, err := yaml.Marshal(yamlValues)
Expand Down

0 comments on commit 7873d8e

Please sign in to comment.