Skip to content

Commit 02bccb8

Browse files
Merge pull request #37 from openlit/patcher9-patch-2
Update deployment.yaml
2 parents 0d0dd8e + bdd9ce0 commit 02bccb8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/openlit-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: openlit-operator
33
description: OpenLIT Kubernetes Operator for Zero-Code AI/ML Application Instrumentation
44
type: application
5-
version: 0.1.0
5+
version: 0.0.1
66
appVersion: "latest"
77
home: https://openlit.io
88
sources:

charts/openlit-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ spec:
4646

4747
# Environment variables for operator configuration
4848
env:
49+
- name: POD_NAMESPACE
50+
valueFrom:
51+
fieldRef:
52+
fieldPath: {{ include "openlit-operator.namespace" . }}
4953
{{- include "openlit-operator.env" . | nindent 8 }}
5054

5155
# Container ports

0 commit comments

Comments
 (0)