pingidentity / helm-charts

Apache License 2.0
22 stars 31 forks source link

Support product.container.args #239

Closed samir-gandhi closed 2 years ago

samir-gandhi commented 2 years ago

Operators want to overwrite args to the container command because this is supported in our images.

Example values.yaml:

pingfederate-admin:
  enabled: true
  container:
    args: ["start-server","tail -f /dev/null"]

The above values.yaml starts the pingfederate server as a background process so that the admin can be stopped and upgraded.