mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
@@ -221,9 +221,12 @@ nav:
|
|||||||
- Guide: kubernetes/oidc-authentication/index.md
|
- Guide: kubernetes/oidc-authentication/index.md
|
||||||
- Providers:
|
- Providers:
|
||||||
- authentik: kubernetes/oidc-authentication/authentik.md
|
- authentik: kubernetes/oidc-authentication/authentik.md
|
||||||
|
- KeyCloak: kubernetes/oidc-authentication/keycloak.md
|
||||||
- Platforms:
|
- Platforms:
|
||||||
- EKS (authentik): kubernetes/oidc-authentication/eks-authentik.md
|
- EKS (authentik): kubernetes/oidc-authentication/eks-authentik.md
|
||||||
|
- EKS (KeyCloak): kubernetes/oidc-authentication/eks-keycloak.md
|
||||||
- K3s (authentik): kubernetes/oidc-authentication/k3s-authentik.md
|
- K3s (authentik): kubernetes/oidc-authentication/k3s-authentik.md
|
||||||
|
- K3s (KeyCloak): kubernetes/oidc-authentication/k3s-keycloak.md
|
||||||
- Backup:
|
- Backup:
|
||||||
- kubernetes/backup/index.md
|
- kubernetes/backup/index.md
|
||||||
- CSI Snapshots:
|
- CSI Snapshots:
|
||||||
@@ -262,7 +265,9 @@ nav:
|
|||||||
# - Kiali: kubernetes/wip.md
|
# - Kiali: kubernetes/wip.md
|
||||||
- Authentik: recipes/kubernetes/authentik.md
|
- Authentik: recipes/kubernetes/authentik.md
|
||||||
- Dashboard: recipes/kubernetes/dashboard.md
|
- Dashboard: recipes/kubernetes/dashboard.md
|
||||||
|
- Descheduler: recipes/kubernetes/descheduler.md
|
||||||
- Invidious: recipes/kubernetes/invidious.md
|
- Invidious: recipes/kubernetes/invidious.md
|
||||||
|
- KeyCloak: recipes/kubernetes/keycloak.md
|
||||||
- OAuth2 Proxy: recipes/kubernetes/oauth2-proxy.md
|
- OAuth2 Proxy: recipes/kubernetes/oauth2-proxy.md
|
||||||
- Mastodon: recipes/kubernetes/mastodon.md
|
- Mastodon: recipes/kubernetes/mastodon.md
|
||||||
- Polaris: recipes/kubernetes/polaris.md
|
- Polaris: recipes/kubernetes/polaris.md
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ then
|
|||||||
else
|
else
|
||||||
echo "GH_TOKEN passed, doing an insiders build.."
|
echo "GH_TOKEN passed, doing an insiders build.."
|
||||||
# latest version is broken against python 3.8
|
# latest version is broken against python 3.8
|
||||||
# pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||||
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.3.1-insiders-4.41.0
|
# pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.3.1-insiders-4.41.0
|
||||||
ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml
|
ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml
|
||||||
|
|
||||||
# Put the PDF into secret location
|
# Put the PDF into secret location
|
||||||
|
|||||||
Reference in New Issue
Block a user