Merge "Fix setting WorkerImage in Sonobuoy's secret-etc"

This commit is contained in:
Zuul 2018-11-05 16:09:41 +00:00 committed by Gerrit Code Review
commit beee7494c2
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ limitations under the License.
*/}} */}}
{{- if .Values.manifests.secret_etc }} {{- if .Values.manifests.secret_etc }}
{{- if empty .Values.conf.WorkerImage -}} {{- if empty .Values.conf.sonobuoy.WorkerImage -}}
{{- $_ := set .Values.conf "WorkerImage" .Values.images.tags.sonobuoy_api -}} {{- $_ := set .Values.conf.sonobuoy "WorkerImage" .Values.images.tags.sonobuoy_api -}}
{{- end -}} {{- end -}}
--- ---
apiVersion: v1 apiVersion: v1