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.
1 parent d3613d5 commit 588a4f0Copy full SHA for 588a4f0
2 files changed
Makefile
@@ -76,8 +76,7 @@ build:
76
77
.PHONY: install
78
install:
79
- cp ./.bin/$(NAME) /usr/local/bin/
80
-
+ cp $(LOCALBIN)/$(NAME) /usr/local/bin/
81
82
LOCALBIN = $(shell pwd)/.bin
83
ENVTEST ?= $(LOCALBIN)/setup-envtest
chart/templates/deployment.yaml
@@ -18,6 +18,9 @@ spec:
18
containers:
19
- name: {{ .Chart.Name }}
20
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
21
+ args:
22
+ - -c
23
+ - /app/config.yaml
24
imagePullPolicy: {{ .Values.image.pullPolicy }}
25
{{- if .Values.config.configMap.enabled }}
26
volumeMounts:
0 commit comments