UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Draft: Observability package changes for operatorless Istio

Closed Blair Bowden requested to merge bb-2524/observability-operatorless into master
Compare and
27 files
+ 79
61
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -7,5 +7,5 @@ metadata:
app.kubernetes.io/name: alloy
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
istio-injection: {{ dig "istio" "injection" "enabled" .Values.grafana }}
istio-injection: {{ ternary "enabled" "disabled" (and (eq (include "istioEnabled" .) "true") (eq (dig "istio" "injection" "enabled" .Values.grafana) "enabled")) }}
{{- end }}
Loading