From ebd6703e6ceba436106c822083a2e5913633ce8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 9 Jul 2019 16:24:04 +0200 Subject: [PATCH] Fix typo in values-production (#15352) Signed-off-by: Carlos Rodriguez Hernandez --- stable/external-dns/Chart.yaml | 2 +- stable/external-dns/values-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index ca24713323..9c6cecaa3c 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.2.0 +version: 2.2.1 appVersion: 0.5.15 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: diff --git a/stable/external-dns/values-production.yaml b/stable/external-dns/values-production.yaml index 7613c90c06..89cbc04fb2 100644 --- a/stable/external-dns/values-production.yaml +++ b/stable/external-dns/values-production.yaml @@ -285,7 +285,7 @@ rbac: ## Kubernetes Security Context ## https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ ## -securityContext: {} +securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: