alnoda-workspaces/workspaces/kubectl-workspace/workspace/workspace.yaml
2023-07-18 09:13:43 +00:00

39 lines
1,015 B
YAML

---
# mandatory
name: Kubectl Workspace
doc_url: https://github.com/bluxmit/alnoda-workspaces/tree/main/workspaces/kubectl-workspace
repository: https://github.com/bluxmit/alnoda-workspaces/
author: bluxmit
version: 5.1
description: |
A dedicated workspace designed for Kubernetes admins and developers, equipped with a comprehensive set of tools for managing Kubernetes clusters,
installing applications, and implementing solutions.
tags: k8s-toolchain, k8s-admin
# UI icons
logo: k8s-circle-white.svg
favicon: k8s-circle.svg
# (Homepage UI appearance)
styles:
font: Ubuntu
colors:
light:
primary: "#0B0438"
accent: "#B8610B"
background: "#F0F0F0"
title: "#303030"
code_text: "#FFFFFF"
code_background: "#0B0438"
dark:
primary: "#4B0BB8"
accent: "#B8610B"
background: "#00031C"
title: "#E3EAF2"
text: "#E3EAF2"
code_text: "#000000"
code_background: "#F0F0F0"
common_colors:
header: "#ffffff"
nav: "#eab676"