Store certificate in configmap/secret dynamically;Remove helmchart values
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-30 21:14:51 +02:00
parent d8299ee90c
commit 8d13b527be
4 changed files with 59 additions and 39 deletions

View File

@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ _template.name }}
namespace: {{ _template.namespace }}
labels:
{{ _template.labels }}
data:
"{{ _template.key }}": {{ _template.value }}