Skip to content
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

cluster operator: init helm chart #101

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

zirain
Copy link
Contributor

@zirain zirain commented Nov 14, 2022

Signed-off-by: hejianpeng hejianpeng2@huawei.com

What type of PR is this?

What this PR does / why we need it:

/kind feature

Which issue(s) this PR fixes:
part of #96

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@netlify
Copy link

netlify bot commented Nov 14, 2022

Deploy Preview for preliminary-kurator canceled.

Name Link
🔨 Latest commit 48dd1b5
🔍 Latest deploy log https://app.netlify.com/sites/preliminary-kurator/deploys/6372f622f7c5530009e8df43

@@ -0,0 +1,39 @@
# Cluster Operator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the right place to put readme

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will move to doc when stable

}

c := newClient()
resources, err := c.Build(resp.Body, false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not resp.Body need close?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

OUTPUT_DIR=${HELM_CRD_BASE} CLUSTER_API_PROVIDER_VERSION=${CLUSTER_API_PROVIDER_VERSION} AWS_PROVIDER_VERSION=${AWS_PROVIDER_VERSION} go run cmd/crd-gen-tool/main.go

# sed cert
sed -i "s|caBundle: Cg==|caBundle: ${CA_BUNDLE}|g" $(find ${HELM_CRD_BASE} -type f)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Cg== a placeholder?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@kurator-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hzxuzhonghu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

- v1beta1
clientConfig:
service:
name: capa-webhook-service
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not right

name: kurator-validating-webhook-configuration
webhooks:
- admissionReviewVersions:
- v1beta1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use v1?

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
@hzxuzhonghu
Copy link
Member

/lgtm

@kurator-bot kurator-bot merged commit a145e87 into kurator-dev:main Nov 15, 2022
@zirain zirain deleted the operator-helm branch November 15, 2022 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants