feat(wordpress): Add user to configmap (#5150)

This commit is contained in:
StevenMcElligott
2022-12-06 02:31:40 -05:00
committed by GitHub
parent 87d6d44558
commit 59ff3f8eb4
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 }}