From e0d416a4e4f91ca33ee99fac9524dc4636d41b80 Mon Sep 17 00:00:00 2001 From: Anirudh Prasad Date: Mon, 10 Aug 2026 12:07:03 +0200 Subject: [PATCH] Update server-networking.yaml Fix for UPGRADE FAILED: conflict occurred while applying object istio-system/cop-subscription-server cert.gardener.cloud/v1alpha1, Kind=Certificate: Apply failed with 1 conflict: conflict with "cert-controller-manager" using cert.gardener.cloud/v1alpha1: .spec.secretRef --- chart/templates/server-networking.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/server-networking.yaml b/chart/templates/server-networking.yaml index 402a87c..c0f52e6 100644 --- a/chart/templates/server-networking.yaml +++ b/chart/templates/server-networking.yaml @@ -34,6 +34,7 @@ spec: - {{.Values.subscriptionServer.domain}} secretRef: name: {{.Release.Name}}-subscription-server-gardener + namespace: {{.Values.subscriptionServer.istioSystemNamespace}} {{- if .Values.subscriptionServer.certificateConfig.gardener.issuerName }} issuerRef: name: {{.Values.subscriptionServer.certificateConfig.gardener.issuerName}}