fix(k8s): nginx does not need to be pinned to gitHEAD

This commit is contained in:
Vincent Ambo 2019-09-02 18:42:18 +01:00
parent 07a17501cc
commit e2feae3387

View file

@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: tazblog
image: nixery.local/shell/nginx:{{ gitHEAD }}
image: nixery.local/shell/nginx
command: ["/bin/bash", "-c"]
args:
- |