We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb0597 commit 81fa35dCopy full SHA for 81fa35d
charts/localstack/Chart.yaml
@@ -2,7 +2,7 @@ annotations:
2
category: Infrastructure
3
apiVersion: v2
4
appVersion: latest
5
-version: 0.4.0
+version: 0.4.1
6
name: localstack
7
description: LocalStack - a fully functional local AWS cloud stack
8
type: application
charts/localstack/templates/service.yaml
@@ -7,6 +7,9 @@ metadata:
{{- include "localstack.labels" . | nindent 4 }}
annotations:
9
{{- include "localstack.annotations" . | nindent 4 }}
10
+ {{- with .Values.service.annotations }}
11
+ {{- tpl (toYaml .) $ | nindent 4 }}
12
+ {{- end }}
13
spec:
14
type: {{ .Values.service.type }}
15
{{- if or (eq .Values.service.type "LoadBalancer") (eq .Values.service.type "NodePort") }}
0 commit comments