Skip to content

Commit

Permalink
align prefix of deployments with image name
Browse files Browse the repository at this point in the history
  • Loading branch information
schrej committed Dec 7, 2023
1 parent 7a618e6 commit 16c3c49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Adds namespace to all resources.
namespace: caip-in-cluster-system
namespace: capi-ipam-in-cluster-system

# Value of this field is prepended to the
# names of all resources, e.g. a deployment named
# "wordpress" becomes "alices-wordpress".
# Note that it should also match with the prefix (text before '-') of the namespace
# field above.
namePrefix: caip-in-cluster-
namePrefix: capi-ipam-in-cluster-

# Labels to add to all resources and selectors.
commonLabels:
cluster.x-k8s.io/provider: "ipam-in-cluster"

bases:
resources:
- ../crd
- ../rbac
- ../manager
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_webhook_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
volumes:
- name: cert
secret:
secretName: caip-in-cluster-webhook-service-cert
secretName: capi-ipam-in-cluster-webhook-service-cert
2 changes: 1 addition & 1 deletion tilt-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ config:
- internal
- pkg
label: "IPAM-in-cluster"
manager-name: "caip-in-cluster-controller-manager"
manager-name: "capi-ipam-in-cluster-controller-manager"

0 comments on commit 16c3c49

Please sign in to comment.