Skip to content

Commit b58247a

Browse files
committed
q
1 parent 5cb8b6d commit b58247a

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/build-apiserver.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
bundle-path: config
4949
image-overlays: |
5050
config/base
51-
config/base/apiserver
52-
config/base/controller-manager
53-
config/base/resource-indexer
51+
config/core-control-plane
5452
image-name: ghcr.io/datum-cloud/search
5553
secrets: inherit
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This overlay aggregates all search components for deployment into the core
2+
# control plane. It includes the apiserver, resource-indexer, and the
3+
# controller-manager with its core-control-plane RBAC overlay.
4+
#
5+
# The images block at this level ensures that the CI-injected image tag
6+
# cascades down to all sub-components.
7+
apiVersion: kustomize.config.k8s.io/v1beta1
8+
kind: Kustomization
9+
10+
resources:
11+
- ../base/apiserver
12+
- ../overlays/controller-manager/core-control-plane
13+
- ../base/resource-indexer
14+
15+
images:
16+
- name: ghcr.io/datum-cloud/search
17+
newTag: latest

0 commit comments

Comments
 (0)