Fix name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-03 19:06:18 -04:00
parent e4183a80da
commit 8d08cf40da

View File

@ -30,12 +30,12 @@ spec:
name: general-api-secret name: general-api-secret
key: secret-key key: secret-key
- name: CONFIG - name: CONFIG
value: "/config/config.yaml" value: "/media/config.yaml"
ports: ports:
- containerPort: 80 - containerPort: 80
volumesMounts: volumesMounts:
- name: config-volume - name: config-volume
mountPath: /config mountPath: /media
volumes: volumes:
- name: config-volume - name: config-volume
configMap: configMap: