Skip to content

Commit

Permalink
feat: delete the init-cs section
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Mar 1, 2024
1 parent b8d8e54 commit dc247d2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions demo/values.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,6 @@ developer:
editableMountedPythonModules: {{ editable_mounted_modules }}
nodeModuleToInstall: {{ node_module_to_mount }}

init-cs:
VOs:
# Dex:
- name: diracAdmin
IdP:
idp_url: http://{{ hostname }}:32002
idp_client_id: d396912e-2f04-439b-8ae7-d8c585a34790
defaultGroup: admin
Users:
- sub: EgVsb2NhbA
preferredUsername: admin
groups:
- admin
# TODO: Integrate with dex

# IAM:
# - name: diracAdmin
# IdP:
# idp_url: http://{{ hostname }}:32003
# idp_client_id: client
# defaultGroup: admin
# Users:
# - sub: 73f16d93-2441-4a50-88ff-85360d78c6b5
# preferredUsername: admin
# groups:
# - admin

diracx:
hostname: {{ hostname }}
settings:
Expand Down

0 comments on commit dc247d2

Please sign in to comment.