Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from DVPE-cloud/dvpe-deployment-gloo/new-card…
Browse files Browse the repository at this point in the history
…s-certs

remove annotation from certificates secret template
  • Loading branch information
herrLierb authored Apr 19, 2024
2 parents 349b760 + 54a68a7 commit 4e48a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/dvpe-deployment-gloo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.1"
description: Helm chart for installing microservices as gloo enabled VirtualService definitions.
appVersion: "1.2"
description: Helm chart for installing microservices as gloo enabled VirtualService definitions. This Chart will be deprecated by the end of the year.
name: dvpe-deployment-gloo
version: 5.0.0
home: https://github.com/dvpe-cloud/dvpe-helm
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-deployment-gloo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square)

Helm chart for installing microservices as gloo enabled VirtualService definitions.
Helm chart for installing microservices as gloo enabled VirtualService definitions. This Chart will be deprecated by the end of the year.

## Installation
Installs a Microservice Project as [gloo](https://www.solo.io/products/gloo/) enabled VirtualService.
Expand Down
1 change: 0 additions & 1 deletion charts/dvpe-deployment-gloo/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
secretName: {{ $serviceName }}-private-tls-by-issuer
secretTemplate:
annotations:
cert-manager.io/issuer: {{ .issuerRef.name }}
{{- with .cardsParameters }}
{{- if .userId }}
cert-manager.pki.bmwgroup.net/userId: {{ .userId | quote }}
Expand Down

0 comments on commit 4e48a5c

Please sign in to comment.