Skip to content

Commit

Permalink
set helm config home env
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Jan 8, 2025
1 parent 7acb05f commit cfe26fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
env:
- name: "GIN_MODE"
value: "release"
- name: "HELM_CONFIG_HOME"
value: "/home/knorten/.config/helm"
- name: KNORTEN_HELM_AIRFLOW_CHART_VERSION
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit cfe26fd

Please sign in to comment.