From 4b8145daff12def2f28aba9a162e5189fd389534 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Tue, 23 Feb 2021 01:25:02 +0000 Subject: [PATCH] fix typo --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 89bc2dc..2193542 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -20,7 +20,7 @@ args: labels: org.opencontainers.image.title: "pilot-1.5" ## Human-readable description of the software packaged in the image - org.opencontainers.image.description: "Pilot is responsible for the lifecycle of Envoy instances deployed across the Istio service mesh. + org.opencontainers.image.description: "Pilot is responsible for the lifecycle of Envoy instances deployed across the Istio service mesh." ## License(s) under which contained software is distributed org.opencontainers.image.licenses: "Apache-2.0" ## URL to find more information on the image -- GitLab