mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-02 17:11:44 +01:00
Merge pull request #410 from gianrubio/fix-auth
Fix basicAuth, swapping key and name
This commit is contained in:
commit
9808fdba66
@ -8,11 +8,11 @@ spec:
|
|||||||
endpoints:
|
endpoints:
|
||||||
- basicAuth:
|
- basicAuth:
|
||||||
password:
|
password:
|
||||||
key: basic-auth
|
name: basic-auth
|
||||||
name: password
|
key: password
|
||||||
username:
|
username:
|
||||||
key: basic-auth
|
name: basic-auth
|
||||||
name: user
|
key: user
|
||||||
port: metrics
|
port: metrics
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
matchNames:
|
matchNames:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user