dromie

Results 3 comments of dromie

@augeivv This issue is "fixed" and your v2.8.4 should contain the fix, BUT....... when you update your argocd-tls-certs-cm configmap with the TLS certificate, this configmap is mounted into argocd-server pod....

@FrancescoAzzariti In the argocd-server pod's container you should be able to find the "openssl" command, in my testsetup the following command shows "Verification: OK", what does your's say? `openssl s_client...

/etc/cont-init.d/01-mjpg-streamer-config seems to contain this (in version 2025-04-22T09:34:09.568Z): ``` #!/usr/bin/with-contenv bash : "${ENABLE_MJPG_STREAMER:=false}" # disable mjpg-streamer service if not enabled if ! $ENABLE_MJPG_STREAMER; then rm -rf /etc/services.d/mjpg-streamer fi ``` That...