Skip to content

Commit 588a4f0

Browse files
committed
fix: helm chart
1 parent d3613d5 commit 588a4f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ build:
7676

7777
.PHONY: install
7878
install:
79-
cp ./.bin/$(NAME) /usr/local/bin/
80-
79+
cp $(LOCALBIN)/$(NAME) /usr/local/bin/
8180

8281
LOCALBIN = $(shell pwd)/.bin
8382
ENVTEST ?= $(LOCALBIN)/setup-envtest

chart/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ spec:
1818
containers:
1919
- name: {{ .Chart.Name }}
2020
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
21+
args:
22+
- -c
23+
- /app/config.yaml
2124
imagePullPolicy: {{ .Values.image.pullPolicy }}
2225
{{- if .Values.config.configMap.enabled }}
2326
volumeMounts:

0 commit comments

Comments
 (0)