Skip to content

Commit

Permalink
feat: cutover to api key (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving authored Jan 10, 2025
1 parent f215d7b commit c8b50e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: &name unpoller-secret
name: &name unpoller
spec:
secretStoreRef:
kind: ClusterSecretStore
Expand All @@ -13,8 +13,7 @@ spec:
template:
engineVersion: v2
data:
UP_UNIFI_DEFAULT_USER: "{{ .UNPOLLER_UNIFI_USER }}"
UP_UNIFI_DEFAULT_PASS: "{{ .UNPOLLER_UNIFI_PASS }}"
UP_UNIFI_DEFAULT_APIKEY: "{{ .UNPOLLER_UNIFI_API_KEY }}"
dataFrom:
- extract:
key: unifi
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ spec:
app:
image:
repository: ghcr.io/unpoller/unpoller
tag: v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
tag: v2.14.0@sha256:6e9eb4a34b8d976e398511766281ec51946aafa51b5f563fca9238656eeaa118
env:
UP_UNIFI_DEFAULT_URL: https://192.168.1.1
UP_INFLUXDB_DISABLE: true
envFrom:
- secretRef:
name: unpoller-secret
name: *app
probes:
liveness:
enabled: true
Expand Down

0 comments on commit c8b50e6

Please sign in to comment.