Skip to content

Commit

Permalink
fix: kustomization nameprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Gniadek committed Aug 20, 2024
1 parent e32780c commit c78e59b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Adds namespace to all resources.
namespace: interpolator-system
namePrefix: interpolator-
# Value of this field is prepended to the
# names of all resources, e.g. a deployment named
# "wordpress" becomes "alices-wordpress".
Expand Down
2 changes: 1 addition & 1 deletion config/manager/metrics_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
control-plane: controller-manager
app.kubernetes.io/name: interpolator-operator
app.kubernetes.io/managed-by: kustomize
name: controller-manager-metrics-service
name: metrics-service
spec:
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
control-plane: controller-manager
app.kubernetes.io/name: interpolator-operator
app.kubernetes.io/managed-by: kustomize
name: controller-manager-metrics-monitor
name: metrics-monitor
spec:
endpoints:
- path: /metrics
Expand Down

0 comments on commit c78e59b

Please sign in to comment.