diff --git a/mission-control/blog/control-plane-testing/index.mdx b/mission-control/blog/control-plane-testing/index.mdx index 83b368ab..a6407fba 100644 --- a/mission-control/blog/control-plane-testing/index.mdx +++ b/mission-control/blog/control-plane-testing/index.mdx @@ -71,7 +71,7 @@ To follow this tutorial, you need: Before you can create a canary you should start with a working example of a resource, in this example we use a `HelmRelease` to deploy a postgres database. - ```yaml file=flux.yaml + ```yaml title="flux.yaml" file=./flux.yaml ``` Once you have verified the helm release is working on its own, you can then begin building the control plane test using `canary-checker`. @@ -85,13 +85,13 @@ To follow this tutorial, you need: This tutorial uses the CLI for faster feedback, in production we recommend installing `canary-checker` as an operator using the [helm chart](https://canarychecker.io/getting-started) or as part of the full Mission Control [platform](/docs/installation/self-hosted). 1. Next create a `Canary` CustomResourceDefinition (CRD) using the `kubernetesResource` check type, the layout of the canary is as follows: - ```yaml title=basic-canary.yaml file=template.yaml + ```yaml title="basic-canary.yaml" file=./template.yaml ```
Using the workload defined in step 1, the check definition is as follows: - ```yaml title=basic-canary.yaml file=basic-canary.yaml + ```yaml title="basic-canary.yaml" file=./basic-canary.yaml ``` @@ -183,7 +183,7 @@ To follow this tutorial, you need: 3. The final test looks like: - ```yaml file=custom-canary.yaml + ```yaml title="custom-canary.yaml" file=./custom-canary.yaml ``` ## Conclusion diff --git a/mission-control/docusaurus.config.ts b/mission-control/docusaurus.config.ts index 233d2a59..77938a95 100644 --- a/mission-control/docusaurus.config.ts +++ b/mission-control/docusaurus.config.ts @@ -300,6 +300,7 @@ export default async function createConfigAsync() { blog: { showReadingTime: true, blogTitle: 'Flanksource Blog', + remarkPlugins: [codeImport], // blogDescription: 'A Docusaurus powered blog!', postsPerPage: 'ALL', blogSidebarTitle: 'All posts', diff --git a/modules/canary-checker b/modules/canary-checker index e9d20f4a..e60eb7d9 160000 --- a/modules/canary-checker +++ b/modules/canary-checker @@ -1 +1 @@ -Subproject commit e9d20f4ace8e8884b2eb49d18106c92eb0211f75 +Subproject commit e60eb7d9a6b9fd1fa3f4736df3366a05be0100e9 diff --git a/modules/config-db b/modules/config-db index 06d2e5b9..f54265d6 160000 --- a/modules/config-db +++ b/modules/config-db @@ -1 +1 @@ -Subproject commit 06d2e5b986023a1320258eb3c51798ef909d9c75 +Subproject commit f54265d6d72d94b1d8f7c5ae4391dfb2d4e45c87 diff --git a/modules/duty b/modules/duty index e95facc4..69c8f7a5 160000 --- a/modules/duty +++ b/modules/duty @@ -1 +1 @@ -Subproject commit e95facc465d7bc8f2508c4d28ea48e69953431a9 +Subproject commit 69c8f7a5aa1545d3959c2182412da88d2be8dd63 diff --git a/modules/mission-control b/modules/mission-control index 76687d52..abe692d1 160000 --- a/modules/mission-control +++ b/modules/mission-control @@ -1 +1 @@ -Subproject commit 76687d52e8d45d4647d2f9a2ca9f791b24e0d94a +Subproject commit abe692d1922ef06e069dbbaa833cebbceaaff4e1 diff --git a/modules/mission-control-chart b/modules/mission-control-chart index 56c1597b..5c0862ce 160000 --- a/modules/mission-control-chart +++ b/modules/mission-control-chart @@ -1 +1 @@ -Subproject commit 56c1597b7ab63405de74a5953aa5dacaa3e7b978 +Subproject commit 5c0862ce262114d9f3dd8900407ff8df643fcc27 diff --git a/modules/mission-control-registry b/modules/mission-control-registry index e70f3ea4..594d6866 160000 --- a/modules/mission-control-registry +++ b/modules/mission-control-registry @@ -1 +1 @@ -Subproject commit e70f3ea40e50e714ada9153933450208ec81038d +Subproject commit 594d6866a3d34e915da4b69972122a98b845532e