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.
10 lines
313 B
YAML
10 lines
313 B
YAML
apiVersion: v1
|
|
stringData:
|
|
#auth: {{ .Values.alertmanager_htpasswd_auth_string }}
|
|
alertmanager-admin: {{ .Values.alertmanager_htpasswd_admin_string }}
|
|
alertmanager-dev: {{ .Values.alertmanager_htpasswd_dev_string }}
|
|
kind: Secret
|
|
metadata:
|
|
name: alertmanager-basic-auth
|
|
namespace: monitoring
|
|
type: Opaque |