Skip to content

Commit

Permalink
Merge pull request #211 from Jont828/visualizer-label-fix
Browse files Browse the repository at this point in the history
🐛 Add visualizer label patch to kustomization.yaml
  • Loading branch information
k8s-ci-robot authored Apr 9, 2024
2 parents 897b536 + 11ad76e commit cc21184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ patchesStrategicMerge:
# Adds clusterctl move hierarchy label to HelmChartProxies so they can be discovered by clusterctl move.
- patches/clusterctl_move_label_in_helmchartproxies.yaml

# Adds labels to the CRDs so they can be discovered by the Cluster API Visualizer.
- patches/visualizer_label_in_helmchartproxies.yaml
- patches/visualizer_label_in_helmreleaseproxies.yaml

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml

0 comments on commit cc21184

Please sign in to comment.