Skip to content

Commit

Permalink
Fix visibility API manifest by moving transformer to config/visibilit…
Browse files Browse the repository at this point in the history
…y/ directory (#2179)

Co-authored-by: Patryk Bundyra <pbundyra@google.com>
  • Loading branch information
k8s-infra-cherrypick-robot and PBundyra authored May 10, 2024
1 parent e379298 commit bb8c72e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ patches:
# Expose port used by the visibility server
- path: manager_visibility_patch.yaml

transformers:
# Sets the namespace for the role binding as kube-system instead of default kueue-system
- role_binding_visibility_transformer.yaml


# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'.
# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.
# 'CERTMANAGER' needs to be enabled to use ca injection
Expand Down
4 changes: 4 additions & 0 deletions config/visibility/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ namespace: kueue-system
namePrefix: kueue-
resources:
- ../components/visibility

transformers:
# Sets the namespace for the role binding as kube-system instead of default kueue-system
- role_binding_visibility_transformer.yaml

0 comments on commit bb8c72e

Please sign in to comment.