Loading assets/auto-deploy-app/templates/cronjob.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ items: app: {{ template "appname" $ }} release: {{ $.Release.Name }} track: "{{ $.Values.application.track }}" tier: "{{ $.Values.application.tier }}" tier: cronjob spec: imagePullSecrets: {{ toYaml $.Values.image.secrets | nindent 14 }} Loading assets/auto-deploy-app/test/templates/cronjob_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ func TestCronjobMeta(t *testing.T) { require.Equal(t, map[string]string{ "app": tc.ExpectedName, "release": tc.ExpectedRelease, "tier": "web", "tier": "cronjob", "track": "stable", }, cronjob.Spec.JobTemplate.Spec.Template.Labels) } Loading Loading
assets/auto-deploy-app/templates/cronjob.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ items: app: {{ template "appname" $ }} release: {{ $.Release.Name }} track: "{{ $.Values.application.track }}" tier: "{{ $.Values.application.tier }}" tier: cronjob spec: imagePullSecrets: {{ toYaml $.Values.image.secrets | nindent 14 }} Loading
assets/auto-deploy-app/test/templates/cronjob_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ func TestCronjobMeta(t *testing.T) { require.Equal(t, map[string]string{ "app": tc.ExpectedName, "release": tc.ExpectedRelease, "tier": "web", "tier": "cronjob", "track": "stable", }, cronjob.Spec.JobTemplate.Spec.Template.Labels) } Loading