Initial commit
This commit is contained in:
7
user-monitoring/templates/user-basic-auth-secret.yaml
Normal file
7
user-monitoring/templates/user-basic-auth-secret.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
admin: JDEkSzNRZUlsOHAkZVZZb1h2RERNWk40b3RJT2tBc3AwLw== # $(openssl passwd -1 admin)
|
||||
{{ .Values.user }}: JDEkSzNRZUlsOHAkZVZZb1h2RERNWk40b3RJT2tBc3AwLw== # $(openssl passwd -1 admin)
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: basic-auth
|
||||
Reference in New Issue
Block a user