From 6f92500aa6f434d5270867a35798f8b4cc93bf1d Mon Sep 17 00:00:00 2001 From: Canpolat Oral Date: Thu, 14 Nov 2024 11:08:54 +0400 Subject: [PATCH] peerauthenticanenabled added. --- charts/base/base-ms-chart/Chart.yaml | 2 +- charts/base/base-ms-chart/templates/peerauthentication.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/base/base-ms-chart/Chart.yaml b/charts/base/base-ms-chart/Chart.yaml index 8be896d..7b34cad 100644 --- a/charts/base/base-ms-chart/Chart.yaml +++ b/charts/base/base-ms-chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.3 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.3" +appVersion: "0.1.4" diff --git a/charts/base/base-ms-chart/templates/peerauthentication.yaml b/charts/base/base-ms-chart/templates/peerauthentication.yaml index d287204..708299b 100644 --- a/charts/base/base-ms-chart/templates/peerauthentication.yaml +++ b/charts/base/base-ms-chart/templates/peerauthentication.yaml @@ -1,4 +1,4 @@ -{{- if .Values.virtualService.enabled }} +{{- if .Values.peerAuthentication.enabled }} apiVersion: security.istio.io/v1beta1 kind: PeerAuthentication metadata: