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: