diff --git a/manifests/artemis/penpot/values.yaml b/manifests/artemis/penpot/values.yaml index 80af2c0..83086e9 100644 --- a/manifests/artemis/penpot/values.yaml +++ b/manifests/artemis/penpot/values.yaml @@ -238,18 +238,10 @@ config: baseURI: "https://auth.dgse.cloud" # -- The OpenID Connect client ID to use. # @section -- Configuration parameters - clientID: - valueFrom: - secretKeyRef: - name: oidc-client - key: CLIENT_ID + clientID: "" # -- The OpenID Connect client secret to use. # @section -- Configuration parameters - clientSecret: - valueFrom: - secretKeyRef: - name: oidc-client - key: CLIENT_SECRET + clientSecret: "" # -- Optional OpenID Connect auth URI to use. Auto discovered if not provided. # @section -- Configuration parameters authURI: "" @@ -316,7 +308,7 @@ config: attributesPhoto: "jpegPhoto" # -- The name of an existing secret to use. # @section -- Configuration parameters - existingSecret: "" + existingSecret: "oidc-client" secretKeys: # -- The Google client ID key to use from an existing secret. # @section -- Configuration parameters @@ -338,10 +330,10 @@ config: gitlabClientSecretKey: "" # -- The OpenID Connect client ID key to use from an existing secret. # @section -- Configuration parameters - oidcClientIDKey: "" + oidcClientIDKey: "CLIENT_ID" # -- The OpenID Connect client secret key to use from an existing secret. # @section -- Configuration parameters - oidcClientSecretKey: "" + oidcClientSecretKey: "CLIENT_SECRET" # -- The LDAP admin bind password to use from an exsiting secret # @section -- Configuration parameters ldapBindPasswordKey: ""