You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
apiVersion: v1
|
|
stringData:
|
|
prometheus-admin: {{ .Values.prometheus_htpasswd_admin_string }}
|
|
prometheus-dev: {{ .Values.prometheus_htpasswd_dev_string }}
|
|
kind: Secret
|
|
metadata:
|
|
name: prometheus-basic-auth
|
|
namespace: monitoring
|
|
type: Opaque |