Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
feat: fix pod template
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever committed Nov 18, 2020
1 parent 65af0cd commit a75e24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/pod.cache2disk.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- name: SD_PUSHGATEWAY_URL
value: "{{pushgateway_url}}"
- name: SD_TERMINATION_GRACE_PERIOD_SECONDS
value: {{termination_grace_period_seconds}}
value: "{{termination_grace_period_seconds}}"
- name: NODE_ID
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion config/pod.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- name: SD_PUSHGATEWAY_URL
value: "{{pushgateway_url}}"
- name: SD_TERMINATION_GRACE_PERIOD_SECONDS
value: {{termination_grace_period_seconds}}
value: "{{termination_grace_period_seconds}}"
- name: NODE_ID
valueFrom:
fieldRef:
Expand Down

0 comments on commit a75e24c

Please sign in to comment.