From c5bcbe9ebadeaef1ef1a725c71e70e076b676fd5 Mon Sep 17 00:00:00 2001 From: Aidan Hilt Date: Tue, 12 Nov 2024 13:41:59 -0500 Subject: [PATCH] Fixing formatting for linter --- helm/fence/values.yaml | 4 ++-- helm/sheepdog/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/fence/values.yaml b/helm/fence/values.yaml index 23ab4105..8cd72005 100644 --- a/helm/fence/values.yaml +++ b/helm/fence/values.yaml @@ -796,7 +796,7 @@ 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 @@ -804,7 +804,7 @@ FENCE_CONFIG: # -- (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 diff --git a/helm/sheepdog/values.yaml b/helm/sheepdog/values.yaml index 2fbda08e..efcfe9e0 100644 --- a/helm/sheepdog/values.yaml +++ b/helm/sheepdog/values.yaml @@ -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: