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.
2 parents 0d0dd8e + bdd9ce0 commit 02bccb8Copy full SHA for 02bccb8
2 files changed
charts/openlit-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: openlit-operator
3
description: OpenLIT Kubernetes Operator for Zero-Code AI/ML Application Instrumentation
4
type: application
5
-version: 0.1.0
+version: 0.0.1
6
appVersion: "latest"
7
home: https://openlit.io
8
sources:
charts/openlit-operator/templates/deployment.yaml
@@ -46,6 +46,10 @@ spec:
46
47
# Environment variables for operator configuration
48
env:
49
+ - name: POD_NAMESPACE
50
+ valueFrom:
51
+ fieldRef:
52
+ fieldPath: {{ include "openlit-operator.namespace" . }}
53
{{- include "openlit-operator.env" . | nindent 8 }}
54
55
# Container ports
0 commit comments