Skip to content

Commit

Permalink
fix: add user-agent to kube api calls - deployment (#227)
Browse files Browse the repository at this point in the history
* Added USER_AGENT-NAME and USER_AGENT_VERSION in env

razee-io/Razee#142

* Update resource.yaml

Co-authored-by: Alex Lewitt <[email protected]>
  • Loading branch information
DeepaliAloori and alewitt2 authored Mar 29, 2021
1 parent 96c6361 commit d8f9b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/razeedeploy-delta/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ spec:
memory: 50Mi
cpu: 40m
env:
- name: USER_AGENT_NAME
value: razee-io/razeedeploy-delta
- name: USER_AGENT_VERSION
value: "{{{TRAVIS_TAG}}}"
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit d8f9b2f

Please sign in to comment.