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 02bccb8 + d759d9f commit 6ded937Copy full SHA for 6ded937
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.0.1
+version: 0.2.0
6
appVersion: "latest"
7
home: https://openlit.io
8
sources:
charts/openlit-operator/templates/deployment.yaml
@@ -47,9 +47,7 @@ spec:
47
# Environment variables for operator configuration
48
env:
49
- name: POD_NAMESPACE
50
- valueFrom:
51
- fieldRef:
52
- fieldPath: {{ include "openlit-operator.namespace" . }}
+ value: "{{ include "openlit-operator.namespace" . }}"
53
{{- include "openlit-operator.env" . | nindent 8 }}
54
55
# Container ports
0 commit comments