Skip to content

Commit

Permalink
Clean up diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and missylbytes committed Aug 7, 2023
1 parent 2c4bbee commit c6c9a0b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .changelog/2170.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
```release-note:feature
Add support for configuring global level server rate limiting.
```
1 change: 0 additions & 1 deletion control-plane/api-gateway/gatekeeper/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func initContainer(config common.HelmConfig, name, namespace string) (corev1.Con
})
}

// TODO This is violating the SecurityContextConstraints when config.EnableOpenShift
container.SecurityContext = &corev1.SecurityContext{
RunAsUser: pointer.Int64(initContainersUserAndGroupID),
RunAsGroup: pointer.Int64(initContainersUserAndGroupID),
Expand Down
Binary file removed control-plane/dist/cni/linux/arm64/consul-cni
Binary file not shown.
Binary file not shown.

0 comments on commit c6c9a0b

Please sign in to comment.