Skip to content

Commit

Permalink
Update agent managed manifest to include enrolment token variable (#2…
Browse files Browse the repository at this point in the history
…6756)

* Update agent managed manifest to include enrollment token variable

(cherry picked from commit c64a11c)
  • Loading branch information
MichaelKatsoulis authored and mergify-bot committed Jul 7, 2021
1 parent 289c78f commit aab7ebe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ spec:
env:
- name: FLEET_ENROLL
value: "1"
# Set to true in case of insecure or unverified HTTP
# Set to true in case of insecure or unverified HTTP
- name: FLEET_INSECURE
value: false
value: "true"
# The ip:port pair of fleet server
- name: FLEET_URL
value: "https://fleet-server:8220"
# If left empty KIBANA_HOST, KIBANA_FLEET_USERNAME, KIBANA_FLEET_PASSWORD are needed
- name: FLEET_ENROLLMENT_TOKEN
value: ""
- name: KIBANA_HOST
value: "http://kibana:5601"
- name: KIBANA_FLEET_USERNAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ spec:
env:
- name: FLEET_ENROLL
value: "1"
# Set to true in case of insecure or unverified HTTP
# Set to true in case of insecure or unverified HTTP
- name: FLEET_INSECURE
value: false
value: "true"
# The ip:port pair of fleet server
- name: FLEET_URL
value: "https://fleet-server:8220"
# If left empty KIBANA_HOST, KIBANA_FLEET_USERNAME, KIBANA_FLEET_PASSWORD are needed
- name: FLEET_ENROLLMENT_TOKEN
value: ""
- name: KIBANA_HOST
value: "http://kibana:5601"
- name: KIBANA_FLEET_USERNAME
Expand Down

0 comments on commit aab7ebe

Please sign in to comment.