Skip to content

Commit 6ded937

Browse files
Merge pull request #38 from openlit/patcher9-patch-2
Update deployment.yaml
2 parents 02bccb8 + d759d9f commit 6ded937

2 files changed

Lines changed: 2 additions & 4 deletions

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.0.1
5+
version: 0.2.0
66
appVersion: "latest"
77
home: https://openlit.io
88
sources:

charts/openlit-operator/templates/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ spec:
4747
# Environment variables for operator configuration
4848
env:
4949
- name: POD_NAMESPACE
50-
valueFrom:
51-
fieldRef:
52-
fieldPath: {{ include "openlit-operator.namespace" . }}
50+
value: "{{ include "openlit-operator.namespace" . }}"
5351
{{- include "openlit-operator.env" . | nindent 8 }}
5452

5553
# Container ports

0 commit comments

Comments
 (0)