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:
|
||||
- basicAuth:
|
||||
password:
|
||||
key: basic-auth
|
||||
name: password
|
||||
name: basic-auth
|
||||
key: password
|
||||
username:
|
||||
key: basic-auth
|
||||
name: user
|
||||
name: basic-auth
|
||||
key: user
|
||||
port: metrics
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user