Alerta: Fix secret name and overrides
Change-Id: I0267b93abda3c7eff1d7d85cc220c34ff2b75465
This commit is contained in:
parent
4ec7fdc7e6
commit
c336d93530
@ -18,11 +18,11 @@ limitations under the License.
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: alerta-admin-cert
|
||||
name: {{ printf "%s-%s" $envAll.Release.Name "admin-cert" | quote }}
|
||||
type: Opaque
|
||||
data:
|
||||
alerta-admin-user: {{ .Values.conf.alerta.alertaAdminUser | b64enc }}
|
||||
alerta-admin-password: {{ .Values.conf.alerta.alertaAdminPassword | b64enc }}
|
||||
alerta-admin-key: {{ .Values.conf.alerta.alertaAdminPassword | b64enc }}
|
||||
alerta-api-key: {{ .Values.conf.alerta.alertaAdminPassword | b64enc }}
|
||||
alerta-admin-key: {{ .Values.conf.alerta.alertaAdminKey | b64enc }}
|
||||
alerta-api-key: {{ .Values.conf.alerta.alertaAPIKey | b64enc }}
|
||||
{{- end }}
|
||||
|
@ -179,6 +179,8 @@ conf:
|
||||
alerta:
|
||||
alertaAdminUser: admin
|
||||
alertaAdminPassword: changeme
|
||||
alertaAdminKey: changeme
|
||||
alertaAPIKey: changeme
|
||||
alertadb: alerta_db
|
||||
alerta_configs: |
|
||||
# ref: http://docs.alerta.io/en/latest/configuration.html
|
||||
|
Loading…
Reference in New Issue
Block a user