Fixup last commit

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-06-06 12:46:51 +02:00
parent 47fe3157bc
commit b8e6fc6146
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -11,14 +11,8 @@ items:
labels:
app: fasjson
data:
start.sh: |-
{{ load_file('start.sh') | indent(6) }}
httpd.conf: |-
{{ load_file('httpd.conf') | indent(6) }}
fasjson.conf: |-
{{ load_file('fasjson.conf') | indent(6) }}
wsgi.py: |-
{{ load_file('wsgi.py') | indent(6) }}
- apiVersion: v1
kind: ConfigMap
metadata: