Skip to content

Commit

Permalink
change configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 97ebe23 commit 349df52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ spec:
- name: nginx-config-volume
configMap:
name: nginx-conf
- name: nginx-vhostconfig-volume
- name: nginx-vhostconfigs-volume
configMap:
name: nginx-confd
name: nginx-vhostconfigs
{{- if .Values.configMap.enabled }}
- name: config-volume
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nginx-confd
name: nginx-vhostconfigs
data:
default.conf: |
server {
Expand Down

0 comments on commit 349df52

Please sign in to comment.