mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 11:52:07 +08:00
11 lines
255 B
YAML
11 lines
255 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "ksmysql.fullname" . }}
|
|
labels:
|
|
{{- include "ksmysql.labels" . | nindent 4 }}
|
|
stringData:
|
|
rootUser: {{ .Values.mysql.username }}
|
|
rootHost: '%'
|
|
rootPassword: {{ .Values.mysql.password }}
|