Skip to content

Commit

Permalink
feat: move to api key
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 10, 2025
1 parent 4a3e373 commit d07f120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubernetes/apps/monitoring/unpoller/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ spec:
template:
engineVersion: v2
data:
UP_UNIFI_DEFAULT_USER: "{{ .UP_UNIFI_DEFAULT_USER }}"
UP_UNIFI_DEFAULT_PASS: "{{ .UP_UNIFI_DEFAULT_PASS }}"
UP_UNIFI_DEFAULT_API_KEY: "{{ .UNIFI_API_KEY }}"
dataFrom:
- extract:
key: unifi

0 comments on commit d07f120

Please sign in to comment.