Skip to content

Commit

Permalink
Added bitbucket_termination_grace_period to tfvars files (atlassian#979)
Browse files Browse the repository at this point in the history
* uninstall bb via CI test

* Added  bitbucket_termination_grace_period to dcapt-small.tfvars
  • Loading branch information
opopovss authored Feb 3, 2023
1 parent 7a8502f commit 3db292f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/util/k8s/dcapt-small.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ bitbucket_shared_home_snapshot_id = "snap-014e88755f53c2284"
# can be dataset restoration, resource requirements, number of replicas and others.
bitbucket_installation_timeout = 30

# Termination grace period
# Under certain conditions, pods may be stuck in a Terminating state which forces shared-home pvc to be stuck
# in Terminating too causing Terraform destroy error (timing out waiting for a deleted PVC). Set termination graceful period to 0
# if you encounter such an issue
bitbucket_termination_grace_period = 0

# Bitbucket system admin credentials
# To pre-seed Bitbucket with the system admin information, uncomment the following settings and supply the system admin information:
#
Expand Down
6 changes: 6 additions & 0 deletions app/util/k8s/dcapt.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ bitbucket_shared_home_snapshot_id = "snap-0f7780c62a76f5ea0"
# can be dataset restoration, resource requirements, number of replicas and others.
bitbucket_installation_timeout = 30

# Termination grace period
# Under certain conditions, pods may be stuck in a Terminating state which forces shared-home pvc to be stuck
# in Terminating too causing Terraform destroy error (timing out waiting for a deleted PVC). Set termination graceful period to 0
# if you encounter such an issue
bitbucket_termination_grace_period = 0

# Bitbucket system admin credentials
# To pre-seed Bitbucket with the system admin information, uncomment the following settings and supply the system admin information:
#
Expand Down

0 comments on commit 3db292f

Please sign in to comment.