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