Fix incorrect environment variable reference in dployment templates
This commit is contained in:
parent
05350c6a3a
commit
7aedfef075
3 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
- name: registry-credentials
|
||||
containers:
|
||||
- name: tor
|
||||
image: cr.forge.lan/darkdork-dev/tor:${CI_COMMIT_HASH}
|
||||
image: cr.forge.lan/darkdork-dev/tor:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8118
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue