Skip to content

Commit

Permalink
remove unnecessary kube-rbac-proxy reference
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r committed Jan 28, 2025
1 parent 776ecdb commit e4e5200
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 83 deletions.
47 changes: 20 additions & 27 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,29 @@ namePrefix: telemetry-

# Labels to add to all resources and selectors.
labels:
- includeSelectors: false
pairs:
control-plane: telemetry-manager
app.kubernetes.io/component: telemetry
app.kubernetes.io/part-of: kyma
app.kubernetes.io/name: telemetry-manager
app.kubernetes.io/instance: telemetry-manager
app.kubernetes.io/managed-by: kustomize
- includeSelectors: false
pairs:
control-plane: telemetry-manager
app.kubernetes.io/component: telemetry
app.kubernetes.io/part-of: kyma
app.kubernetes.io/name: telemetry-manager
app.kubernetes.io/instance: telemetry-manager
app.kubernetes.io/managed-by: kustomize
resources:
- ../crd
- ../rbac
- ../manager
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
# crd/kustomization.yaml
- ../webhook
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
#- ../certmanager
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus
- ../busola
- ../networking
- ../crd
- ../rbac
- ../manager
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
# crd/kustomization.yaml
- ../webhook
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
#- ../certmanager
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus
- ../busola
- ../networking

patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth.
# If you want your controller-manager to expose the /metrics
# endpoint w/o any authn/z, please comment the following line.
# - manager_auth_proxy_patch.yaml



# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
# crd/kustomization.yaml
#- manager_webhook_patch.yaml
Expand Down
56 changes: 0 additions & 56 deletions config/default/manager_auth_proxy_patch.yaml

This file was deleted.

0 comments on commit e4e5200

Please sign in to comment.