From 967665c7bf752708b7830241dd6fc26d1c4324a5 Mon Sep 17 00:00:00 2001 From: giri <32255588+gprasath@users.noreply.github.com> Date: Tue, 17 Mar 2020 08:20:17 +0530 Subject: [PATCH] resolve typo in charts description (#185) * resolve typo in charts description Signed-off-by: gprasath --- charts/coredns/coredns.chartserviceversion.yaml | 4 ++-- charts/generic/generic.chartserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/coredns/coredns.chartserviceversion.yaml b/charts/coredns/coredns.chartserviceversion.yaml index 6cbbf7a..cba8f6e 100644 --- a/charts/coredns/coredns.chartserviceversion.yaml +++ b/charts/coredns/coredns.chartserviceversion.yaml @@ -10,8 +10,8 @@ metadata: spec: displayName: CoreDNS chaos categoryDescription: > - CoreDNS is an open-source system for dns management of containerized applications. - It helps to resolve services to IP address. It will install all the experiments which can be used to inject chaos into containerized appications. + CoreDNS is an open-source system for DNS management of containerized applications. + It helps to resolve services to IP address. It will install all the experiments which can be used to inject chaos into containerized applications. experiments: - coredns-pod-delete diff --git a/charts/generic/generic.chartserviceversion.yaml b/charts/generic/generic.chartserviceversion.yaml index 6ae237b..a4bbc87 100644 --- a/charts/generic/generic.chartserviceversion.yaml +++ b/charts/generic/generic.chartserviceversion.yaml @@ -10,7 +10,7 @@ metadata: spec: displayName: Generic Chaos categoryDescription: > - Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. It will install all the experiments which can be used to inject chaos into containerized appications. + Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easier management and discovery. It will install all the experiments which can be used to inject chaos into containerized applications. experiments: - pod-delete