Skip to content

Commit

Permalink
fix: Extend env variables in ml-pipeline-ui deployment (#11552)
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
akagami-harsh authored Jan 23, 2025
1 parent 8fe2157 commit a469b10
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: ARGO_ARCHIVE_LOGS
value: "true"
- name: DISABLE_GKE_METADATA
value: "true"
readinessProbe:
exec:
command:
Expand Down

0 comments on commit a469b10

Please sign in to comment.