Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 9056da4 commit 9d8fd90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ spec:
httpGet:
path: /
port: http
volumeMounts:
{{- if .Values.configMap.enabled }}
- name: config-volume
mountPath: /usr/share/nginx/html
{{- end }}
{{- range .Values.existingConfigMaps }}
- name: {{ .name }}
mountPath: {{ .mountPath }}
{{- end }}
volumeMounts:
{{- if .Values.configMap.enabled }}
- name: config-volume
mountPath: /usr/share/nginx/html
{{- end }}
{{- range .Values.existingConfigMaps }}
- name: {{ .name }}
mountPath: {{ .mountPath }}
{{- end }}
volumes:
{{- if .Values.configMap.enabled }}
- name: config-volume
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ existingConfigMaps: []


configMap:
enabled: false
enabled: true
presentations:
barebones.html: |
<!doctype html>
Expand Down

0 comments on commit 9d8fd90

Please sign in to comment.