File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
applications/argocd/nginx Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- <#if nginxImage?? >
1+ <#if nginxImage?has_content >
22image :
33 registry : ${nginxImage.registry}
44 repository : ${nginxImage.repository}
55 tag : ${nginxImage.tag}
6+ <#else>
7+ image :
8+ repository : bitnamilegacy/nginx
69</#if>
710<#if config.registry.createImagePullSecrets == true>
811
Original file line number Diff line number Diff line change 11nginx :
2- <#if nginxImage?? >
2+ <#if nginxImage?has_content >
33 image :
44 registry : ${nginxImage.registry}
55 repository : ${nginxImage.repository}
66 tag : ${nginxImage.tag}
7+ <#else>
8+ image :
9+ repository : bitnamilegacy/nginx
710</#if>
11+
812 <#if config.registry.createImagePullSecrets == true>
913
1014 global :
Original file line number Diff line number Diff line change 1818 spec :
1919 containers :
2020 - name : broken-application
21- image : <#if nginxImage??>${nginxImage}<#else>bitnami /nginx:1.25.1</#if>
21+ image : <#if nginxImage??>${nginxImage}<#else>bitnamilegacy /nginx:1.25.1</#if>
2222 ports :
2323 - containerPort : 8080
2424<#if podResources == true>
Original file line number Diff line number Diff line change 1- <#if nginxImage?? >
1+ <#if nginxImage?has_content >
22image :
33 registry : ${nginxImage.registry}
44 repository : ${nginxImage.repository}
55 tag : ${nginxImage.tag}
6+ <#else>
7+ image :
8+ repository : bitnamilegacy/nginx
69</#if>
10+
711<#if config.registry.createImagePullSecrets == true>
812global :
913 imagePullSecrets :
You can’t perform that action at this time.
0 commit comments