Skip to content

Commit

Permalink
add tilt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Jan 8, 2024
1 parent e9632a9 commit 25f2519
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
type: array
currentRequest:
description: CurrentRequest shows the current provisioning request
for any cloud resource, that is being created.
for any cloud resource, that is being provisioned.
properties:
failureMessage:
description: Message is the request message, which can also contain
Expand Down
18 changes: 5 additions & 13 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Adds namespace to all resources.
namespace: cluster-api-provider-ionoscloud-system
namePrefix: capic-
namespace: capic-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: cluster-api-provider-ionoscloud-

# Labels to add to all resources and selectors.
#labels:
#- includeSelectors: true
# pairs:
# someName: someValue
commonLabels:
cluster.x-k8s.io/provider: infrastructure-ionoscloud

resources:
- ../crd
Expand All @@ -31,6 +22,7 @@ patchesStrategicMerge:
# 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
- manager_image_patch.yaml



Expand Down
12 changes: 12 additions & 0 deletions config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller-manager
namespace: system
spec:
template:
spec:
containers:
- image: ghcr.io/ionos-cloud/cluster-api-provider-ionoscloud:dev
name: manager

0 comments on commit 25f2519

Please sign in to comment.