Skip to content

Commit

Permalink
fix: add user-agent to kube api calls (#206)
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 <48691328+alewitt2@users.noreply.github.com>
  • Loading branch information
DeepaliAloori and alewitt2 authored Mar 29, 2021
1 parent 2d4d69c commit 1eaad13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/FeatureFlagSetLD/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ items:
memory: 75Mi
cpu: 40m
env:
- name: USER_AGENT_NAME
value: razee-io/featureflagsetld
- name: USER_AGENT_VERSION
value: "{{{TRAVIS_TAG}}}"
- name: CRD_WATCH_TIMEOUT_SECONDS
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 1eaad13

Please sign in to comment.