Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jun 3, 2024
1 parent 968d056 commit b58431c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
valueFrom:
secretKeyRef:
name: external-dns-unifi-secret # replace with secret name
key: username # replace with secret key for UNIFI_USER
key: UNIFI_USER
- name: UNIFI_PASS
valueFrom:
secretKeyRef:
name: external-dns-unifi-secret # replace with secret name
key: password # replace with secret key for UNIFI_PASS
key: UNIFI_PASS
- name: LOG_LEVEL
value: debug
livenessProbe:
Expand Down

0 comments on commit b58431c

Please sign in to comment.