Skip to content

Commit

Permalink
Mixer hash should be set as mixer container environment (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored Jan 27, 2022
1 parent f4033ae commit 6b50e12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ spec:
configMapKeyRef:
name: website-configmap
key: secretProject
- name: MIXER_HASH
valueFrom:
configMapKeyRef:
name: githash-configmap
key: mixer_hash.txt
- name: WEBSITE_HASH
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -141,6 +136,11 @@ spec:
configMapKeyRef:
name: store-configmap
key: bigtable.version
- name: MIXER_HASH
valueFrom:
configMapKeyRef:
name: githash-configmap
key: mixer_hash.txt
ports:
- containerPort: 12345
readinessProbe:
Expand Down

0 comments on commit 6b50e12

Please sign in to comment.