Skip to content

feat: add terminationGracePeriodSeconds to provisioner chart #9048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update golden files
Signed-off-by: Spike Curtis <spike@coder.com>
  • Loading branch information
spikecurtis committed Aug 15, 2023
commit f729cfc5de8d3041f18daf4006c8ac2d269ff4a2
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/command.golden
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-provisioner
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/command_args.golden
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-provisioner
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/default_values.golden
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-provisioner
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/labels_annotations.golden
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-provisioner
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/provisionerd_psk.golden
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-provisioner
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []
2 changes: 1 addition & 1 deletion helm/provisioner/tests/testdata/sa.golden
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ spec:
volumeMounts: []
restartPolicy: Always
serviceAccountName: coder-service-account
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 600
volumes: []