Skip to content

Commit

Permalink
chore: fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Oct 21, 2024
1 parent c792721 commit 82c9265
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions helm-chart/renku/templates/gateway/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ data:
notebooksClientSecret: {{ $notebooksClientSecret }}
# A secret for the UI server client in Keycloak
uiserverClientSecret: {{ $uiserverClientSecret }}
<<<<<<< HEAD
{{- if .Values.gitlab.enabled }}
# A secret for the Gitlab client in Keycloak if an internal Gitlab is used
gitlabClientInKeycloakSecret: {{ $gitlabClientInKeycloakSecret }}
{{- end }}
cookieEncodingKey: {{ $csrfCookieEncodingKey }}
cookieHashKey: {{ $csrfCookieHashKey }}
tokenEncryption: {{ $tokenEncryptionSecretKey }}

=======
>>>>>>> 3a1c9a47 (feat: remove internal gitlab)

0 comments on commit 82c9265

Please sign in to comment.