Shohei Ueda
Shohei Ueda
PR for #5
It is useful that the following assets are pre-installed into the docker image. - mdbook-admonish.css - mermaid-init.js - mermaid.min.js
https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/Dockerfile#L3 https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/Makefile#L67 https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/Makefile#L52 https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/README.md?plain=1#L34-L37
**What happened**: The following errors appear when a piped ends:  The error `failed to clean partially cloned repository` seems related to the process implemented in the pull request below....
**What happened**: In our KubernetesApp, I’m attempting to delete an obsolete DatadogAgent resource using the following kustomization.yaml file: ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: datadog ``` According to a plan...