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

Update in-cluster installation make target #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrajashree
Copy link
Contributor

@mrajashree mrajashree commented Apr 6, 2022

Issue #, if available: #144

Description of changes:
This previous PR changed the pod-identity-webhook deployment to use cert-manager instead of CSR, and set the in-cluster flag to false by default. With these changes, the CSR never gets created as its not required.
However the make target for the self hosted installation keeps waiting for CSR to be created. This PR removes that wait. It also removes the line that updates the mutating webhook manifest since that's not needed

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -72,20 +72,13 @@ cluster-down: delete-config
prep-config:
@echo 'Generating certs and deploying into active cluster...'
cat deploy/deployment-base.yaml | sed -e "s|IMAGE|${IMAGE}|g" | tee deploy/deployment.yaml
cat deploy/mutatingwebhook.yaml | hack/webhook-patch-ca-bundle.sh > deploy/mutatingwebhook-ca-bundle.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

deploy/mutatingwebhook-ca-bundle.yaml is also referenced below in the delete-config step, do we need to update there as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants