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

Helm charts for the op-scim applications

Results 15 op-scim-helm issues
Sort by recently updated
recently updated
newest added

### Summary Add an option to set the annotations of the SCIM service specifically (right now you can only set annotations to all of the SCIM bridge resources). ### Use...

Newest version of the chart (2.10.5), newest version of the scim bridge (2.8.4). I've set values.yml as below: ![image](https://github.com/1Password/op-scim-helm/assets/1223127/013552d0-50ab-4386-9f45-43231201f75b) In theory this should set the OP_TLS_DOMAIN env var to `null`...

## Overview * Provide a detailed description of the changes, the problem that's being addressed and how this is objectively a worthwhile addition to the project. The ImagePullSecrets section is...

## 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...

### Summary It should be possible to set the OP_REDIS_URL (or any other secret) via an external secret, so it doesn't have to be hardcoded in values.yaml ### Use cases...

### Summary Currently, changing the secret credentialsSecrets does not reload the pods. ### Use cases - deploying the configuration ### Proposed solution https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments ### Is there a workaround to accomplish...

### Your environment Chart Version: any higher than 2.10.2 Helm Version: doesn't matter Kubernetes Version: doesn't matter ## What happened? So as part of the last two "minor" releases (please...

bug

Currently we set many of the namespace values to `.Release.Namespace`. We should allow users to override the namespace by setting `.Values.namespaceOverride` so that they can specify a different namespace for...

Currently we use the default value for the `RedisURL` set to: ```yaml config: # redisURL sets the Redis connection URL redisURL: "redis://{{ .Release.Name }}-redis-master:6379" ``` This works until you specify...

We should consider using something like [bitnami readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) to auto-generate the README.md. This will allow us to maintain the documentation in the chart itself, and generate the README.me from that.