Skip to content

Commit

Permalink
Merge pull request #33 from GeorgianaElena/django-yamlconf
Browse files Browse the repository at this point in the history
Commit the actual configmap
  • Loading branch information
GeorgianaElena authored Sep 3, 2024
2 parents 7d28797 + cd8c0ad commit 5e5c082
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm-chart/templates/configmap-yamlconf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "unnamed.fullname" . }}-django-yamlconf
data:
comptest.yaml: |
{{ .Values.yamlSettings | indent 4 }}

0 comments on commit 5e5c082

Please sign in to comment.