Skip to content

Commit

Permalink
Fix service template
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed May 22, 2024
1 parent c5a1af0 commit f48b741
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/service-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f48b741

Please sign in to comment.