From 9a02cea5c2759e8cf6acc7df8db945af26dd966a Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Thu, 30 Jan 2025 14:19:20 +0100 Subject: [PATCH] Fix command section in keycloak-deployment --- keycloak/base/keycloak-deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/keycloak/base/keycloak-deployment.yaml b/keycloak/base/keycloak-deployment.yaml index 5b836a9..016596c 100644 --- a/keycloak/base/keycloak-deployment.yaml +++ b/keycloak/base/keycloak-deployment.yaml @@ -52,12 +52,12 @@ spec: - name: tls-secret mountPath: /etc/ssl/certs readOnly: true - command: - # - /opt/keycloak/bin/kc.sh - - start - - --https-certificate-file=/etc/ssl/certs/cert.pem - - --https-certificate-key-file=/etc/ssl/certs/key.pem - - --verbose + command: + # - /opt/keycloak/bin/kc.sh + - start + - --https-certificate-file=/etc/ssl/certs/cert.pem + - --https-certificate-key-file=/etc/ssl/certs/key.pem + - --verbose volumes: - name: storage persistentVolumeClaim: