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