Merge pull request #560 from deggja/fix-path-in-example

changed line 39 to correct path for example
This commit is contained in:
Cody Lee 2023-05-30 06:28:05 -05:00 committed by GitHub
commit bc934dadad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ spec:
protocol: UDP protocol: UDP
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /config/unifi-poller.conf mountPath: /etc/unpoller/up.conf
subPath: unifi-poller.conf subPath: unifi-poller.conf
volumes: volumes:
- name: config-volume - name: config-volume