Skip to content

Commit

Permalink
Added USER_AGENT_NAME and USER_AGENT_VERSION in env
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepaliAloori authored Mar 23, 2021
1 parent 6aff8c8 commit c9b015a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/MustacheTemplate/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ items:
memory: 75Mi
cpu: 40m
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
- name: USER_AGENT_VERSION
value: "{{{TRAVIS_TAG}}}"
- name: CRD_WATCH_TIMEOUT_SECONDS
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit c9b015a

Please sign in to comment.