Skip to content

Commit

Permalink
Revert "feat: cutover to api key (#3503)" (#3504)
Browse files Browse the repository at this point in the history
This reverts commit c8b50e6.
  • Loading branch information
joryirving authored Jan 10, 2025
1 parent c8b50e6 commit e90926e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
name: &name unpoller-secret
spec:
secretStoreRef:
kind: ClusterSecretStore
Expand All @@ -13,7 +13,8 @@ spec:
template:
engineVersion: v2
data:
UP_UNIFI_DEFAULT_APIKEY: "{{ .UNPOLLER_UNIFI_API_KEY }}"
UP_UNIFI_DEFAULT_USER: "{{ .UNPOLLER_UNIFI_USER }}"
UP_UNIFI_DEFAULT_PASS: "{{ .UNPOLLER_UNIFI_PASS }}"
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.14.0@sha256:6e9eb4a34b8d976e398511766281ec51946aafa51b5f563fca9238656eeaa118
tag: v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
env:
UP_UNIFI_DEFAULT_URL: https://192.168.1.1
UP_INFLUXDB_DISABLE: true
envFrom:
- secretRef:
name: *app
name: unpoller-secret
probes:
liveness:
enabled: true
Expand Down

0 comments on commit e90926e

Please sign in to comment.