We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818f1da commit 9f687f6Copy full SHA for 9f687f6
helm/akhq/templates/configmap.yaml
@@ -3,6 +3,10 @@ apiVersion: v1
3
kind: ConfigMap
4
metadata:
5
name: {{ template "akhq.fullname" . }}
6
+ {{- with .Values.configmapAnnotations }}
7
+ annotations:
8
+ {{- toYaml . | nindent 4 }}
9
+ {{- end }}
10
labels:
11
app.kubernetes.io/name: {{ include "akhq.name" . }}
12
helm.sh/chart: {{ include "akhq.chart" . }}
helm/akhq/values.yaml
@@ -13,6 +13,10 @@ annotations: {}
13
14
podAnnotations: {}
15
16
+configmapAnnotations: {}
17
+ # vault.security.banzaicloud.io/vault-role: akhq
18
+ # vault.security.banzaicloud.io/vault-serviceaccount: akhq
19
+
20
# custom labels
21
labels: {}
22
# custom.label: 'true'
0 commit comments