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 6a860c8 commit f6df5a6Copy full SHA for f6df5a6
helm/openwhisk/templates/controller-pod.yaml
@@ -178,7 +178,7 @@ spec:
178
- name: "METRICS_KAMON"
179
value: "true"
180
{{ end }}
181
-{{ if or .Values.metrics.kamonTags .Values.metrics.prometheusEnabled }}
+{{ if .Values.metrics.kamonTags }}
182
- name: "METRICS_KAMON_TAGS"
183
184
helm/openwhisk/templates/invoker-pod.yaml
@@ -181,7 +181,7 @@ spec:
-{{ if and .Values.metrics.kamonTags .Values.metrics.prometheusEnabled }}
185
186
187
0 commit comments