feat(wordpress): Add user to configmap (#5150)
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/wordpress
|
||||
- https://hub.docker.com/_/wordpress
|
||||
- https://www.wordpress.org
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- website
|
||||
|
||||
@@ -18,6 +18,7 @@ data:
|
||||
WORDPRESS_DATABASE_NAME: {{ .Values.mariadb.mariadbDatabase | quote }}
|
||||
|
||||
{{/* Wordpress */}}
|
||||
WORDPRESS_USERNAME: {{ .Values.wordpress.user | quote }}
|
||||
WORDPRESS_EMAIL: {{ .Values.wordpress.email | quote }}
|
||||
WORDPRESS_FIRST_NAME: {{ .Values.wordpress.first_name | quote }}
|
||||
WORDPRESS_LAST_NAME: {{ .Values.wordpress.last_name | quote }}
|
||||
|
||||
Reference in New Issue
Block a user