22Expand the name of the chart.
33*/} }
44{ {- define " mariadb.name" -} }
5- { {- include " common .name" . -} }
5+ { {- include " cloudpirates .name" . -} }
66{ {- end } }
77
88{ {/*
@@ -11,42 +11,42 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
1111If release name contains chart name it will be used as a full name.
1212*/} }
1313{ {- define " mariadb.fullname" -} }
14- { {- include " common .fullname" . -} }
14+ { {- include " cloudpirates .fullname" . -} }
1515{ {- end } }
1616
1717{ {/*
1818Create chart name and version as used by the chart label.
1919*/} }
2020{ {- define " mariadb.chart" -} }
21- { {- include " common .chart" . -} }
21+ { {- include " cloudpirates .chart" . -} }
2222{ {- end } }
2323
2424{ {/*
2525Common labels
2626*/} }
2727{ {- define " mariadb.labels" -} }
28- { {- include " common .labels" . -} }
28+ { {- include " cloudpirates .labels" . -} }
2929{ {- end } }
3030
3131{ {/*
3232Selector labels
3333*/} }
3434{ {- define " mariadb.selectorLabels" -} }
35- { {- include " common .selectorLabels" . -} }
35+ { {- include " cloudpirates .selectorLabels" . -} }
3636{ {- end } }
3737
3838{ {/*
3939Return the proper MariaDB image name
4040*/} }
4141{ {- define " mariadb.image" -} }
42- { {- include " common .image" (dict " image" .Values.image " global" .Values.global) -} }
42+ { {- include " cloudpirates .image" (dict " image" .Values.image " global" .Values.global) -} }
4343{ {- end } }
4444
4545{ {/*
4646Return the proper Docker Image Registry Secret Names
4747*/} }
4848{ {- define " mariadb.imagePullSecrets" -} }
49- { { include " common .images.renderPullSecrets" (dict " images" (list .Values.image) " context" .) } }
49+ { { include " cloudpirates .images.renderPullSecrets" (dict " images" (list .Values.image) " context" .) } }
5050{ {- end -} }
5151{ {/*
5252Get the secret name for MariaDB root password
0 commit comments