Skip to content

Commit

Permalink
feat: update sso name and clientid in uds package yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjones18 committed Jul 2, 2024
1 parent c569a7c commit eed9f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
{{- if .Values.sso }}
sso:
- name: Jira SSO
clientId: uds-core-jira
- name: Jira Login
clientId: uds-package-jira
redirectUris:
- "https://jira.{{ .Values.domain }}/plugins/servlet/oidc/callback"
{{- end }}
Expand Down

0 comments on commit eed9f65

Please sign in to comment.