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.
prodwork01-argocd/templates/secret_prometheus-basic-aut...

9 lines
246 B
YAML

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