Abdullah Khawer

Results 3 comments of Abdullah Khawer

Happening with me on version 2.13.0. ``` Terraform will perform the following actions: # module.nexus_admin_user_password.kubernetes_secret.user_password will be updated in-place ~ resource "kubernetes_secret" "user_password" { ~ data = (sensitive value) id...

Any update on this?

@fonskip , You suggestion worked. Increasing `initialDelaySeconds` to `120` in the `livenessProbe` worked. My configuration to connect `dependency-track` with bitnami `postgresql` is as follows: ``` apiServer: extraEnv: - name: SYSTEM_REQUIREMENT_CHECK_ENABLED...