Skip to content

Commit

Permalink
Fixing formatting for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Nov 12, 2024
1 parent 0e5ae92 commit c5bcbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/fence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,15 +796,15 @@ FENCE_CONFIG:
OPENID_CONNECT:
# any OIDC IDP that does not differ from the generic implementation can be
# configured without code changes
generic_oidc_idp: # choose a unique ID and replace this key
generic_oidc_idp: # choose a unique ID and replace this key
# -- (str) Optional; display name for this IDP
name: "some_idp"
# -- (str) Client ID
client_id: ""
# -- (str) Client secret
client_secret: ""
# -- (str) Redirect URL for this IDP
redirect_url: "{{BASE_URL}}/login/some_idp/login" # replace IDP name
redirect_url: "{{BASE_URL}}/login/some_idp/login" # replace IDP name
# use `discovery` to configure IDPs that do not expose a discovery
# endpoint. One of `discovery_url` or `discovery` should be configured
# -- (str) URL of the OIDC discovery endpoint for the IDP
Expand Down
2 changes: 1 addition & 1 deletion helm/sheepdog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ postgresql:
releaseLabel: production

# -- (map) Annotations to add to the pod
podAnnotations: { "gen3.io/network-ingress": "sheepdog" }
podAnnotations: {"gen3.io/network-ingress": "sheepdog"}

# -- (map) Configuration for autoscaling the number of replicas
autoscaling:
Expand Down

0 comments on commit c5bcbe9

Please sign in to comment.