Skip to content

Commit

Permalink
Merge pull request 1Password#125 from 1Password/alice/fix-file-paths
Browse files Browse the repository at this point in the history
Enable volume support by default for 1-click installations
  • Loading branch information
alicethorne-ab authored Jul 17, 2023
2 parents bf733c4 + c7fe014 commit 3d1da92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/op-scim-bridge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: op-scim-bridge
version: 2.10.2
version: 2.10.3
description: A Helm chart for deploying the 1Password SCIM bridge
keywords:
- "1Password"
Expand Down
6 changes: 3 additions & 3 deletions charts/op-scim-bridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scim:
credentials:
volume:
# setting enabled:true configures the SCIM bridge to access the credentials via a volume
enabled: false
enabled: true
# name of an existing volume to use for the credentials
name: '{{ template "common.names.fullname" . }}-credentials'
claimName: '{{ template "common.names.fullname" . }}-pvc'
Expand All @@ -30,9 +30,9 @@ scim:
# Set to true if you are using Google Workspace as your identity provider
googleWorkspace: false
# setting enabled:true configures the SCIM bridge to access the credentials via a secret
enabled: true
enabled: false
# create the secret if it does not exist
create: true
create: false
# name of the secret
name: '{{ template "common.names.fullname" . }}-credentials'
scimsession:
Expand Down

0 comments on commit 3d1da92

Please sign in to comment.