You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the release of the latest Helm Charts for JFrog Products, the following flag is turned on by default: unifiedSecretInstallation: true.
In cases where objects like joinKey and masterKey are defined as custom secrets (joinKeySecretName,masterKeySecretName), application pods might fail to run after upgrading to the latest version with the error:
Error: couldn't find key <KEY-NAME> in Secret artifactory/artifactory-unified-secret
Workaround:
Disabling unifiedSecretInstallation flag and running the Helm upgrade command.
artifactory / artifactory-ha
artifactory:
unifiedSecretInstallation: false
distribution
distribution:
unifiedSecretInstallation: false
xray
xray:
unifiedSecretInstallation: false
insight
insightServer:
unifiedSecretInstallation: false
The text was updated successfully, but these errors were encountered:
Problem description:
Following the release of the latest Helm Charts for JFrog Products, the following flag is turned on by default:
unifiedSecretInstallation: true
.In cases where objects like joinKey and masterKey are defined as custom secrets (joinKeySecretName,masterKeySecretName), application pods might fail to run after upgrading to the latest version with the error:
Error: couldn't find key <KEY-NAME> in Secret artifactory/artifactory-unified-secret
Workaround:
Disabling unifiedSecretInstallation flag and running the Helm upgrade command.
artifactory / artifactory-ha
distribution
xray
insight
The text was updated successfully, but these errors were encountered: