diff --git a/Makefile b/Makefile index cff8ce20..dd0e9b66 100644 --- a/Makefile +++ b/Makefile @@ -298,6 +298,13 @@ test: manifests generate fmt vet envtest ## Run tests. update-version: manifests kustomize yq ## Update the Operator SemVer across the project. ./hack/update_operator_version +.PHONY: crd-checker +crd-checker: ## Compare schema + CURR_BRANCH=basename $(git symbolic-ref HEAD) + echo ${CURR_BRANCH} + git show ${CURR_BRANCH}:bundle/manifests/operator.ibm.com_authentications.yaml > updated_manifest.yaml + git show master:bundle/manifests/operator.ibm.com_authentications.yaml > original_manifest.yaml + /Users/rashmi_kh/go/src/crd-schema-checker/crd-schema-checker check-manifests --existing-crd-filename=/Users/rashmi_kh/Documents/GIT/IAM-OPERATOR/ibm-iam-operator/abcd.yaml --new-crd-filename=/Users/rashmi_kh/Documents/GIT/IAM-OPERATOR/ibm-iam-operator/abc.yaml ##@ Build diff --git a/bundle/manifests/operator.ibm.com_authentications.yaml b/bundle/manifests/operator.ibm.com_authentications.yaml index 31f11b61..bb2ec47f 100644 --- a/bundle/manifests/operator.ibm.com_authentications.yaml +++ b/bundle/manifests/operator.ibm.com_authentications.yaml @@ -78,6 +78,7 @@ spec: - imageName - imageRegistry - imageTag + - resources type: object authService: properties: