From f48b741c3270be87ca4991cfd9a886adbf5db524 Mon Sep 17 00:00:00 2001 From: Yury Kovalev Date: Wed, 22 May 2024 12:59:54 +0200 Subject: [PATCH] Fix service template --- templates/service-template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/service-template.yml b/templates/service-template.yml index 90995c78ef..2d763ecf14 100644 --- a/templates/service-template.yml +++ b/templates/service-template.yml @@ -929,11 +929,11 @@ objects: mountPath: /config/jwks-file-static.json subPath: jwks-file-static.json - name: fleet-manager-fleetshard-authz-config - mountPath: /config/fleetshard-authz-org-ids-development.yaml - subPath: fleetshard-authz-org-ids-development.yaml + mountPath: /config/fleetshard-authz-development.yaml + subPath: fleetshard-authz-development.yaml - name: fleet-manager-fleetshard-authz-config - mountPath: /config/fleetshard-authz-org-ids-prod.yaml - subPath: fleetshard-authz-org-ids-prod.yaml + mountPath: /config/fleetshard-authz-prod.yaml + subPath: fleetshard-authz-prod.yaml - name: fleet-manager-admin-authz-config mountPath: /config/admin-authz-roles-dev.yaml subPath: admin-authz-roles-dev.yaml