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 3afaf8d commit cc5a432Copy full SHA for cc5a432
templates/configmaps_overrides.yaml
@@ -6,13 +6,7 @@ metadata:
6
name: {{ .Release.Name }}-st2-overrides-configs
7
annotations:
8
description: StackStorm override configs defined in helm values, shipped in (or copied to) '/opt/stackstorm/overrides'
9
- labels:
10
- app: st2
11
- tier: backend
12
- vendor: stackstorm
13
- chart: {{ .Chart.Name }}-{{ .Chart.Version }}
14
- release: {{ .Release.Name }}
15
- heritage: {{ .Release.Service }}
+ labels: {{- include "stackstorm-ha.labels" (list $ "st2") | nindent 4 }}
16
data:
17
{{ toYaml .Values.st2.overrides | indent 2 }}
18
{{- end }}
0 commit comments