Skip to content

Commit

Permalink
fix: add userAgent to kube api requests (#142)
Browse files Browse the repository at this point in the history
razee-io/Razee#142

Co-authored-by: Alex Lewitt <48691328+alewitt2@users.noreply.github.com>
  • Loading branch information
DeepaliAloori and alewitt2 authored Mar 29, 2021
1 parent 6babec0 commit e31a34b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/ClusterSubscription/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: USER_AGENT_NAME
value: razee.io/clustersubscription
- name: USER_AGENT_VERSION
value: "{{{TRAVIS_TAG}}}"
- name: RAZEE_ORG_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit e31a34b

Please sign in to comment.