diff --git a/frontend/public/images/integrations/Kubernetes.png b/frontend/public/images/integrations/Kubernetes.png new file mode 100644 index 000000000..1e0f71dae Binary files /dev/null and b/frontend/public/images/integrations/Kubernetes.png differ diff --git a/frontend/public/json/frameworkIntegrations.json b/frontend/public/json/frameworkIntegrations.json index fb8b30c9e..b640e0be6 100644 --- a/frontend/public/json/frameworkIntegrations.json +++ b/frontend/public/json/frameworkIntegrations.json @@ -11,6 +11,12 @@ "image": "Docker Compose", "docsLink": "https://infisical.com/docs/integrations/platforms/docker-compose" }, + { + "name": "Kubernetes", + "slug": "kubernetes", + "image": "Kubernetes", + "docsLink": "https://infisical.com/docs/integrations/platforms/kubernetes" + }, { "name": "React", "slug": "react", diff --git a/frontend/src/components/integrations/FrameworkIntegration.tsx b/frontend/src/components/integrations/FrameworkIntegration.tsx index cf8503827..8a494059a 100644 --- a/frontend/src/components/integrations/FrameworkIntegration.tsx +++ b/frontend/src/components/integrations/FrameworkIntegration.tsx @@ -10,7 +10,8 @@ interface Framework { const FrameworkIntegration = ({ framework }: { framework: Framework }) => (