Fix setting WorkerImage in Sonobuoy's secret-etc

This became out of sync after the re-order of values.yaml.

Change-Id: I9494eaf8f121b07c40cc96807808305384cc3544
This commit is contained in:
Dustin Specker 2018-11-02 15:08:09 -05:00
parent f705438e90
commit 69f4313701
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 empty .Values.conf.WorkerImage -}}
{{- $_ := set .Values.conf "WorkerImage" .Values.images.tags.sonobuoy_api -}}
{{- if empty .Values.conf.sonobuoy.WorkerImage -}}
{{- $_ := set .Values.conf.sonobuoy "WorkerImage" .Values.images.tags.sonobuoy_api -}}
{{- end -}}
---
apiVersion: v1