Merge pull request #560 from deggja/fix-path-in-example
changed line 39 to correct path for example
This commit is contained in:
commit
bc934dadad
|
|
@ -36,7 +36,7 @@ spec:
|
|||
protocol: UDP
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /config/unifi-poller.conf
|
||||
mountPath: /etc/unpoller/up.conf
|
||||
subPath: unifi-poller.conf
|
||||
volumes:
|
||||
- name: config-volume
|
||||
|
|
|
|||
Loading…
Reference in New Issue