op-scim-helm icon indicating copy to clipboard operation
op-scim-helm copied to clipboard

Add extraEnv value

Open xTrekStorex opened this issue 1 year ago • 0 comments

Overview

Allows for custom env vars in the pod to debug or work around changes in the binary not yet covered by the helm chart. Provides support for cases like: https://github.com/1Password/scim-examples/issues/244 No need to manually reconfigure the deployment. Especially useful in a gitops environment without option for drift between helm and its resources.

Changes

  • Add extraEnv variable to values.yaml - default value is empty string (safe)
  • Add extraEnv templating to container env section in deployment.yaml

Checklist

xTrekStorex avatar Jul 28 '23 15:07 xTrekStorex