File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : statping
3
3
description : Status page for monitoring your websites and applications
4
4
type : application
5
- version : 0.1.1
5
+ version : 0.1.2
6
6
appVersion : v0.90.65
7
7
keywords :
8
8
- statping
Original file line number Diff line number Diff line change 51
51
secretKeyRef :
52
52
{{- if .Values.statping.admin.existingSecret.enabled }}
53
53
name : {{ .Values.statping.admin.existingSecret.name | quote }}
54
- key : {{ .Values.statping.admin.existingSecret.userKey | quote }}
54
+ key : {{ .Values.statping.admin.existingSecret.userKey | default "admin-user" }}
55
55
{{- else }}
56
56
name : {{ include "statping.fullname" . }}
57
57
key : admin-user
61
61
secretKeyRef :
62
62
{{- if .Values.statping.admin.existingSecret.enabled }}
63
63
name : {{ .Values.statping.admin.existingSecret.name | quote }}
64
- key : {{ .Values.statping.admin.existingSecret.passwordKey | quote }}
64
+ key : {{ .Values.statping.admin.existingSecret.passwordKey | default "admin-password" }}
65
65
{{- else }}
66
66
name : {{ include "statping.fullname" . }}
67
67
key : admin-password
71
71
secretKeyRef :
72
72
{{- if .Values.statping.admin.existingSecret.enabled }}
73
73
name : {{ .Values.statping.admin.existingSecret.name | quote }}
74
- key : {{ .Values.statping.admin.existingSecret.emailKey | quote }}
74
+ key : {{ .Values.statping.admin.existingSecret.emailKey | default "admin-email" }}
75
75
{{- else }}
76
76
name : {{ include "statping.fullname" . }}
77
77
key : admin-email
You can’t perform that action at this time.
0 commit comments