Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "feat: cutover to api key" #3504

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading