Skip to content

Commit

Permalink
Clean up diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Jun 2, 2023
1 parent 5e809d3 commit fd56a66
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 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.
```
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ "amd64", "arm64" ]
arch: [ "amd64" ]
env:
repo: ${{ github.event.repository.name }}
version: ${{ needs.get-product-version.outputs.product-version }}
Expand Down
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 @@ -173,7 +173,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 fd56a66

Please sign in to comment.