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
Logs say:
ERROR controllers.DopplerSecret Unable to update dopplersecret {"dopplersecret": "namespace/dopplersecret-root", "error": "Cannot change existing managed secret type from Opaque to . Delete the managed secret and re-apply the DopplerSecret."}
Status of DopplerSecret object:
status:
conditions:
lastTransitionTime: "2024-02-27T21:24:09Z"
message: 'Secret update failed: Cannot change existing managed secret type from
Opaque to . Delete the managed secret and re-apply the DopplerSecret.'
reason: Error
status: "False"
type: secrets.doppler.com/SecretSyncReady
lastTransitionTime: "2024-02-27T21:24:09Z"
message: Deployment reload has been stopped due to secrets sync failure
reason: Stopped
status: "False"
type: secrets.doppler.com/DeploymentReloadReady
I am not sure why it states that the managed secret exists, as it is the DopplerSecret itself that is creating it and then complaining about an incorrect secret type (which is not being expanded correctly since it says 'from Opaque to .').
I tried recreating the DopplerSecret multiple times, but it did not help.
The text was updated successfully, but these errors were encountered:
Logs say:
ERROR controllers.DopplerSecret Unable to update dopplersecret {"dopplersecret": "namespace/dopplersecret-root", "error": "Cannot change existing managed secret type from Opaque to . Delete the managed secret and re-apply the DopplerSecret."}
DopplerSecret manifest:
apiVersion: secrets.doppler.com/v1alpha1
kind: DopplerSecret
metadata:
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/resource-policy: keep
meta.helm.sh/release-name: namespace
labels:
app.kubernetes.io/name: app
name: dopplersecret-root
namespace: namespace
spec:
config: root
managedSecret:
name: dopplersecrets-root
namespace: namespace
project: project
tokenSecret:
name: dopplertoken-root
Status of DopplerSecret object:
status:
conditions:
message: 'Secret update failed: Cannot change existing managed secret type from
Opaque to . Delete the managed secret and re-apply the DopplerSecret.'
reason: Error
status: "False"
type: secrets.doppler.com/SecretSyncReady
message: Deployment reload has been stopped due to secrets sync failure
reason: Stopped
status: "False"
type: secrets.doppler.com/DeploymentReloadReady
I am not sure why it states that the managed secret exists, as it is the DopplerSecret itself that is creating it and then complaining about an incorrect secret type (which is not being expanded correctly since it says 'from Opaque to .').
I tried recreating the DopplerSecret multiple times, but it did not help.
The text was updated successfully, but these errors were encountered: