Updated yaml filename

This commit is contained in:
Tim McCarthy 2020-03-02 09:44:20 -06:00
parent 75d0cb3e2d
commit 57348fc131
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ objects:
configMap:
name: ${APPLICATION_NAME}-config-map
items:
- key: envoy.yml
path: envoy.yml
- key: envoy.yaml
path: envoy.yaml
containers:
- env:
- name: PATH_BASE
@ -54,8 +54,8 @@ objects:
configMap:
name: ${APPLICATION_NAME}-config-map
items:
- key: envoy.yml
path: envoy.yml
- key: envoy.yaml
path: envoy.yaml
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler