Add monitoring basic secret
This commit is contained in:
parent
8d763c7906
commit
b8bc8af883
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: monitoring-basic-auth # This name must match `nginx.ingress.kubernetes.io/auth-secret`
|
||||
namespace: {{ .Release.Namespace }} # Use Helm template to get the current namespace
|
||||
type: Opaque
|
||||
stringData:
|
||||
auth: jamjam:$apr1$ZEbs0LqW$qfwNJi5YdhN1OlJ4veSHY1
|
||||
Loading…
Reference in New Issue