Testing syntax fix

This commit is contained in:
WilliamMiceli
2019-06-01 16:12:53 -04:00
parent a2dcdbcfbb
commit 7683c0adfb

View File

@@ -2,14 +2,9 @@ version: '2'
services: services:
joomla: joomla:
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.1)"}}image: joomla:php7.1-apache {{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.1)"}}image: joomla:php7.1-apache{{- end}}
{{- else}} {{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.2)"}}image: joomla:php7.2-apache{{- end}}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.2)"}}image: joomla:php7.2-apache {{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.3)"}}image: joomla:php7.3-apache{{- end}}
{{- else}}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.3)"}}image: joomla:php7.3-apache
{{- end}}
{{- end}}
{{- end}}
dns: # Using Cloudflare DNS dns: # Using Cloudflare DNS
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1