From 0c3821eb2ac0a01b1d84dfd8f90766c7ed336ff2 Mon Sep 17 00:00:00 2001 From: Thomas MENARD <thomas.menard@pasteur.fr> Date: Wed, 27 May 2020 17:14:50 +0200 Subject: [PATCH] update kustomize --- tutor/templates/kustomization.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutor/templates/kustomization.yml b/tutor/templates/kustomization.yml index 8fa7788..4082575 100644 --- a/tutor/templates/kustomization.yml +++ b/tutor/templates/kustomization.yml @@ -38,7 +38,8 @@ configMapGenerator: - name: mysql-config env: apps/mysql/auth.env - name: mysql-cnf - files: apps/mysql/my.cnf + files: + - apps/mysql/my.cnf {{ patch("kustomization-configmapgenerator") }} {{ patch("kustomization") }} -- GitLab