url-shortener: remove quotes from db path flag (#94)
* url-shortener: remove quotes from db path flag
* clean: rm whitespace
---------
Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/charts/url-shortener/templates/install.yaml b/charts/url-shortener/templates/install.yaml
index 53125f5..5e96fea 100644
--- a/charts/url-shortener/templates/install.yaml
+++ b/charts/url-shortener/templates/install.yaml
@@ -65,10 +65,10 @@
- name: http
containerPort: {{ .Values.port }}
protocol: TCP
- command:
+ command:
- url-shortener
- --port={{ .Values.port }}
- - --db-path="/data/urls.db"
+ - --db-path=/data/urls.db
volumeMounts:
- name: url-shortener
mountPath: /data