Skip to content

Commit

Permalink
fix: remove kube-rbac-proxy
Browse files Browse the repository at this point in the history
This removes `kube-rbac-proxy` as it wasn't used and fully configured.

See #390

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed May 17, 2021
1 parent bfa3cd9 commit 7f3b4b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions app/metal-controller-manager/config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth.
# Only one of manager_auth_proxy_patch.yaml and
# manager_prometheus_metrics_patch.yaml should be enabled.
- manager_auth_proxy_patch.yaml
#- manager_auth_proxy_patch.yaml
# If you want your controller-manager to expose the /metrics
# endpoint w/o any authn/z, uncomment the following line and
# comment manager_auth_proxy_patch.yaml.
Expand Down Expand Up @@ -64,4 +64,4 @@ vars:
# version: v1
# name: webhook-service

namespace: sidero-system
namespace: sidero-system
21 changes: 0 additions & 21 deletions app/metal-controller-manager/config/manager_auth_proxy_patch.yaml

This file was deleted.

0 comments on commit 7f3b4b8

Please sign in to comment.