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

chore: add missing protocol to kustomize release description #174

Closed
wants to merge 1 commit into from

Conversation

czeslavo
Copy link
Contributor

Add missing https:// to kustomize build commands.

@czeslavo czeslavo requested a review from a team as a code owner November 27, 2024 10:56
@czeslavo czeslavo self-assigned this Nov 27, 2024
@czeslavo czeslavo added the documentation Improvements or additions to documentation label Nov 27, 2024
Comment on lines +62 to +64
kustomize build https://github.com/kong/kubernetes-configuration/config/crd/gateway-operator?ref=${{ github.event.inputs.tag }} | kubectl apply -f -
kustomize build https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=${{ github.event.inputs.tag }} | kubectl apply -f -
kustomize build https://github.com/kong/kubernetes-configuration/config/crd/ingress-controller-incubator?ref=${{ github.event.inputs.tag }} | kubectl apply -f -
Copy link
Member

Choose a reason for hiding this comment

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

This isn't really necessary. Did you get any errors about it? What seems to be broken though is missing \ before the & in the URL. PTAL #175

@czeslavo czeslavo marked this pull request as draft November 27, 2024 11:00
@czeslavo czeslavo closed this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants