Skip to content

Commit 3b65b65

Browse files
authored
fix: fix wrong indentation on HC 88 upgrade guide (#7310)
1 parent be188f1 commit 3b65b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/self-managed/deployment/helm/upgrade/helm-870-880.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ orchestration:
193193
secret:
194194
existingSecret: <YOUR_CLIENTSECRET>
195195
existingSecretKey: <YOUR_CLIENTSECRET_KEY>
196-
redirectUrl: https://<YOUR_PUBLIC_HOST>{{ .Values.orchestration.contextPath }}
196+
redirectUrl: https://<YOUR_PUBLIC_HOST>{{ .Values.orchestration.contextPath }}
197197
```
198198
199199
For more details, follow the [Internal Keycloak guide](self-managed/deployment/helm/configure/authentication-and-authorization/index.md##internal-keycloak)

versioned_docs/version-8.8/self-managed/deployment/helm/upgrade/helm-870-880.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ orchestration:
192192
secret:
193193
existingSecret: <YOUR_CLIENTSECRET>
194194
existingSecretKey: <YOUR_CLIENTSECRET_KEY>
195-
redirectUrl: https://<YOUR_PUBLIC_HOST>{{ .Values.orchestration.contextPath }}
195+
redirectUrl: https://<YOUR_PUBLIC_HOST>{{ .Values.orchestration.contextPath }}
196196
```
197197
198198
For more details, follow the [Internal Keycloak guide](self-managed/deployment/helm/configure/authentication-and-authorization/index.md##internal-keycloak)

0 commit comments

Comments
 (0)