Skip to content

Commit 3a66301

Browse files
committed
Refactor SEO component for improved readability and remove defaultProps
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent b599f4d commit 3a66301

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

293 KB
Loading
Binary file not shown.

src/collections/blog/2025/11-03-2025-understanding-configmaps/post.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "How can you tell what kind of Kubernetes Configmap you have?"
33
subtitle: "Understanding when changes are reloaded"
44
date: 2025-11-03 10:30:05 -0530
55
author: Lee Calcote
6-
thumbnail: ./image.webp
7-
darkthumbnail: ./image.webp
6+
thumbnail: ./image.png
7+
darkthumbnail: ./image.png
88
category: "Kubernetes"
99
tags:
1010
- devops
@@ -45,7 +45,7 @@ Let's break down what each one means for reloading.
4545

4646
-----
4747

48-
## 1\. Consumed as Environment Variables
48+
## 1. Consumed as Environment Variables
4949

5050
This is when your Pod's YAML injects ConfigMap data directly as environment variables for the container.
5151

src/sections/Projects/Sistent/components/icons/guidance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44
import { Row } from "../../../../../reusecore/Layout";
5-
import { SistentThemeProvider, KubernetesIcon, DesignIcon, PublishIcon } from "@sistent/sistent";
5+
import { SistentThemeProvider } from "@sistent/sistent";
66
import { SistentLayout } from "../../sistent-layout";
77
import TabButton from "../../../../../reusecore/Button";
88
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

0 commit comments

Comments
 (0)