Files
kube-prometheus/manifests/examples/basic-auth/secrets.yaml
Giancarlo Rubio 64c959e018 Add ability to authenticate an endpoint
Write an example for basic auth
2017-05-08 15:12:08 +02:00

8 lines
128 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: basic-auth
data:
password: dG9vcg== # toor
user: YWRtaW4= # admin
type: Opaque