Skip to content

Commit

Permalink
fix(Chart): Added annotations for service
Browse files Browse the repository at this point in the history
  • Loading branch information
dfradehubs committed Sep 10, 2024
1 parent ac56d64 commit 1611a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/lokalise-proxy-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-
A Helm chart for lokalise-proxy-authenticator, a simple
proxy used for authenticating requests to Lokalise API using
the CSRF token method.
version: 0.0.2 # chart version
version: 0.0.3 # chart version
appVersion: "0.1.0" # application version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/dfradehub/lokalise-proxy-authenticator
Expand All @@ -18,4 +18,4 @@ keywords:
maintainers:
- name: Daniel Fradejas
email: [email protected]
url: https://github.com/dfradehubs
url: https://github.com/dfradehubs
2 changes: 2 additions & 0 deletions charts/lokalise-proxy-authenticator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: {{ include "lokalise-proxy-authenticator.fullname" . }}
labels:
{{- include "lokalise-proxy-authenticator.labels" . | nindent 4 }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 1611a14

Please sign in to comment.