Skip to content

Commit

Permalink
fix: Delete service suffix in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Aug 26, 2024
1 parent 119d1ee commit 62a5b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/doorkeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
description: >-
A Helm chart for Doorkeeper, a tiny HTTP server to be used as
external authentication service for Envoy
version: &chartVersion 0.1.4
version: &chartVersion 0.1.5
appVersion: *chartVersion
kubeVersion: ">=1.22.0-0"
home: https://github.com/freepik-company/doorkeeper
Expand Down
2 changes: 1 addition & 1 deletion charts/doorkeeper/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "doorkeeper.fullname" . }}-agent
name: {{ include "doorkeeper.fullname" . }}
labels:
{{- include "doorkeeper.labels" . | nindent 4 }}
{{- with .Values.server.service.annotations }}
Expand Down

0 comments on commit 62a5b0e

Please sign in to comment.