Skip to content

Commit c6cf512

Browse files
authored
Merge pull request #29 from datum-cloud/feature/kustomization-manifests
Workload operator publish artifacts adjustments
2 parents 627b530 + 2843d0f commit c6cf512

File tree

5 files changed

+13
-32
lines changed

5 files changed

+13
-32
lines changed

config/default/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ namePrefix: workload-operator-
1515
# someName: someValue
1616

1717
resources:
18-
- ../crd
19-
- ../rbac
18+
# - ../crd
19+
# - ../rbac
2020
- ../manager
2121
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
2222
# crd/kustomization.yaml
23-
- ../webhook
23+
# - ../webhook
2424
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
2525
#- ../certmanager
2626
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
@@ -43,12 +43,12 @@ patches:
4343

4444
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
4545
# crd/kustomization.yaml
46-
- path: manager_webhook_patch.yaml
46+
# - path: manager_webhook_patch.yaml
4747

4848
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'.
4949
# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.
5050
# 'CERTMANAGER' needs to be enabled to use ca injection
51-
- path: webhookcainjection_patch.yaml
51+
# - path: webhookcainjection_patch.yaml
5252

5353
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
5454
# Uncomment the following replacements to add the cert-manager CA injection annotations

config/manager/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
resources:
22
- manager.yaml
3+
- service.yaml
4+
apiVersion: kustomize.config.k8s.io/v1beta1
5+
kind: Kustomization
6+
images:
7+
- name: controller
8+
newName: example.com/datum-workload-operator
9+
newTag: v0.0.1

config/webhook/kustomization.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
resources:
2-
- manifests.yaml
3-
- service.yaml
4-
5-
configurations:
6-
- kustomizeconfig.yaml
2+
- manifests.yaml

config/webhook/kustomizeconfig.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)