-
Notifications
You must be signed in to change notification settings - Fork 369
Fix Azure AKS tutorial file downloads #1140
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
Fix Azure AKS tutorial file downloads #1140
Conversation
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
The test failure looks legitimate to me - will review when it passes! |
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
53c90a9
to
64b1352
Compare
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I tried to fix the I spent some time trying to fix it but couldn't. I concluded that we should switch to use the upstream version of the plugin which seems to get the included file relative to the mdx file rather than relative to the slug, which has a trailing slash and does not include the source file name. |
@SgtCoDFish PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Thanks for this!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish, wallrj 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 |
I forgot to rename the directory containing the downloadable manifest files in #1120
The yaml download links are now fixed, e.g.
I tried to use the
file=../../../../public/...
but it fails with e.g.ENOENT: no such file or directory, open '/home/prow/go/src/github.com/cert-manager/website/content/public/docs/tutorials/getting-started-aks-letsencrypt/clusterissuer-selfsigned.yaml'
only when building the site, but works when I run./scripts/server-netlify
so I've abandoned that for now./cc @SgtCoDFish