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 a7ec942 commit 3fe1371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/RemoteResource/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ items:
memory: 75Mi
cpu: 40m
env:
- name: USER_AGENT_NAME
value: razee-io/RemoteResource
- name: USER_AGENT_VERSION
value: "{{{TRAVIS_TAG}}}"
- name: CRD_WATCH_TIMEOUT_SECONDS
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 3fe1371

Please sign in to comment.