Skip to content

Commit

Permalink
fix(charts): add dummy MappedOrgAdminIDPGroup to demo org (#771)
Browse files Browse the repository at this point in the history
The MappedOrgAdminIDPGroup is meanwhile a mandatory field.
  • Loading branch information
IvoGoman authored Nov 25, 2024
1 parent 7f56aed commit 7cf9cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/demo/templates/organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ metadata:
name: {{ .Chart.Name }}
spec:
description: Demo organization
mappedOrgAdminIDPGroup: demo # this field is required but OIDC is disabled for demo org
2 changes: 1 addition & 1 deletion charts/greenhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: greenhouse
description: A Helm chart for deploying greenhouse
type: application
version: 0.4.2
version: 0.4.3
appVersion: "0.1.0"

dependencies:
Expand Down

0 comments on commit 7cf9cf7

Please sign in to comment.