Commit 3b1e612b authored by rjshrjndrn's avatar rjshrjndrn
Browse files

fix configMapName for nginx public ingress

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -23,10 +23,10 @@ spec:
secretName: ingress-cert
- name: proxy-config
configMap:
configMapName: proxy-default
name: proxy-default
- name: nginx-config
configMap:
configMapName: nginx-conf
name: nginx-conf
containers:
- name: name
image: "{{ .Values.dockerhub }}/{{ .Values.repository }}:{{ .Values.image_tag }}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment