Skip to content

WIP: Remove web-hook #700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ TOOLS_BIN = $(TOOLS_DIRECTORY)/bin
TOOLS_MANIFESTS = $(TOOLS_DIRECTORY)/manifests
OPERATOR_SDK_HOME = $(TOOLS_DIRECTORY)/sdk/$(UNAME_S)-$(UNAME_M)
OPERATOR_SDK = $(OPERATOR_SDK_HOME)/operator-sdk
ENVTEST = $(TOOLS_BIN)/setup-envtest

# ----------------------------------------------------------------------------------------------------------------------
# The ttl.sh images used in integration tests
Expand Down Expand Up @@ -1732,7 +1733,7 @@ $(BUILD_MANIFESTS_PKG): $(TOOLS_BIN)/kustomize $(TOOLS_BIN)/yq $(MANIFEST_FILES)
$(SED) -e 's/name: coherence-operator-env-vars-.*/name: coherence-operator-env-vars/g' $(BUILD_OUTPUT)/coherence-operator.yaml
$(KUSTOMIZE) build $(BUILD_DEPLOY)/overlays/restricted >> $(BUILD_OUTPUT)/coherence-operator-restricted.yaml
$(SED) -e 's/name: coherence-operator-env-vars-.*/name: coherence-operator-env-vars/g' $(BUILD_OUTPUT)//coherence-operator-restricted.yaml
$(SED) -e 's/ClusterRole/Role/g' $(BUILD_OUTPUT)//coherence-operator-restricted.yaml
$(SED) -e 's/ClusterRole/Role/g' $(BUILD_OUTPUT)/coherence-operator-restricted.yaml
cd $(BUILD_MANIFESTS)/crd && $(TOOLS_BIN)/yq --no-doc -s '.metadata.name + ".yaml"' temp.yaml
rm $(BUILD_MANIFESTS)/crd/temp.yaml
mv $(BUILD_MANIFESTS)/crd/coherence.coherence.oracle.com.yaml $(BUILD_MANIFESTS)/crd/coherence.oracle.com_coherence.yaml
Expand Down
28 changes: 23 additions & 5 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
# Code generated by tool. DO NOT EDIT.
# This file is used to track the info used to scaffold your project
# and allow the plugins properly work.
# More info: https://book.kubebuilder.io/reference/project-config.html
domain: oracle.com
layout:
- go.kubebuilder.io/v4
multigroup: true
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: coherence-operator
repo: github.com/oracle/coherence-operator
resources:
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: oracle.com
group: coherence.oracle.com
group: coherence
kind: Coherence
path: github.com/oracle/coherence-operator/api/v1
plural: coherence
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: oracle.com
group: coherence
kind: CoherenceJob
path: github.com/oracle/coherence-operator/api/v1
plural: coherencejob
version: v1
version: "3"
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
Loading
Loading