From 6a1603bce1b67524a7bf01ebcc26065e798f0ca2 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 30 Jun 2020 10:14:11 +0200 Subject: [PATCH] update --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6d7466e1..59e6dafc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -110,7 +110,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [Liquibase and Flyway](liquibase.md) - [Pulumi](pulumi.md) - [Terraform & Packer](terraform.md) -- [Template-Free Configuration Customization with Kustomize](kustomize.md) +- [Template-Free Kubernetes Configuration Customization with Kustomize](kustomize.md) - [Templating YAML with YAML Processors. Static Checking of Kubernetes YAML Files](yaml.md) ## Databases on Kubernetes - [Relational Databases and Database DevOps. CrunchyData Postgres Operator 🌟](databases.md) diff --git a/mkdocs.yml b/mkdocs.yml index d54b0d4b..5c131513 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -109,7 +109,7 @@ nav: - Liquibase & Flyway: liquibase.md - Pulumi: pulumi.md - Terraform & Packer: terraform.md - - Template-Free Configuration Customization with Kustomize: kustomize.md + - Template-Free Kubernetes Configuration Customization with Kustomize: kustomize.md - Templating YAML with YAML Processors. Static Checking of Kubernetes YAML Files: yaml.md - Databases on Kubernetes: - Relational Databases and Database DevOps. CrunchyData Postgres Operator: databases.md