diff options
author | Vincent Ambo <tazjin@google.com> | 2019-11-15T23·37+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-11-15T23·37+0000 |
commit | ecd54d58b1863ccd84e6a85b161fb1ef066e5efd (patch) | |
tree | ed66073f8c7dc2f01814ae8cc786bdf32988f0bd /infra | |
parent | 45d63bce1728589836079ecbce83c08f8220845a (diff) |
fix(k8s): Adjust blog image name to match new repo layout
Diffstat (limited to 'infra')
-rw-r--r-- | infra/kubernetes/tazblog/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/kubernetes/tazblog/config.yaml b/infra/kubernetes/tazblog/config.yaml index 1ab6e9d2b421..165a30f6839b 100644 --- a/infra/kubernetes/tazblog/config.yaml +++ b/infra/kubernetes/tazblog/config.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: tazblog - image: nixery.local/shell/tazjin.blog:{{ gitHEAD }} + image: nixery.local/shell/services.tazblog:{{ gitHEAD }} command: [ "tazblog" ] --- apiVersion: v1 |