Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent.codefly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
publisher: codefly.dev
kind: codefly:service
name: postgres
version: 0.0.115
version: 0.0.116
1 change: 1 addition & 0 deletions deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ func TestPromotableGitOpsDeploymentReturnsReferenceOnlyConfigurationAndScopesSec
}
require.Equal(t, 2, strings.Count(job, "codefly.dev/bootstrap-service: postgres"))
require.NotContains(t, job, "app: postgres")
require.NotContains(t, job, "ttlSecondsAfterFinished")
for _, unexpected := range []string{
"envFrom:",
"name: POSTGRES_PASSWORD",
Expand Down
1 change: 0 additions & 1 deletion templates/deployment/kustomize/base/job.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
codefly.dev/bootstrap-service: {{ .Service.Name.DNSCase }}
spec:
ttlSecondsAfterFinished: 0
backoffLimit: 4
template:
metadata:
Expand Down
Loading