cloudfoundry / routing-release

This is the BOSH release for cloud foundry routers
Apache License 2.0
42 stars 106 forks source link

add additional unsafe params #431

Closed pnikonowicz closed 1 month ago

pnikonowicz commented 1 month ago

Summary

this allows for more unsafe params to be set.

this is to allow postgres to invoke and access data persistent disks which are necessary in order to query the database to determine if a node is primary during an HA configuration.

allows for privlaged and additional volumes to be mounted

Backward Compatibility

Breaking Change? No

linux-foundation-easycla[bot] commented 1 month ago

CLA Signed

The committers listed above are authorized under a signed CLA.

ameowlia commented 1 month ago

Hi @pnikonowicz , Thanks for submitting this.

❓ Can you provide steps so I can deploy and test this behavior? ❓ Can you provide more information about why this is needed now, but was never needed before?