We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keda operator reports
"error": "error resolving secrets for ScaleTarget: error resolving secret name &SecretKeySelector{LocalObjectReference:LocalObjectReference{Name:aws-timestream,},Key:AWS_TIMESTREAM_SECRETKEY,Optional:*true,
when optional secret is defined in scaledjob.yaml but the secret is not provided in the currently created kubernetes environment because its optional.
- name: AWS_TIMESTREAM_SECRETKEY valueFrom: secretKeyRef: name: aws-timestream key: AWS_TIMESTREAM_SECRETKEY optional: true
The scaler should ignore the missing secret or configmap and scale a job.
The scaler searches for the optional secret or configmap and raises an error
2.8.0
1.21
Any
Redis Lists
No response
The text was updated successfully, but these errors were encountered:
JorTurFer
Successfully merging a pull request may close this issue.
Report
Keda operator reports
when optional secret is defined in scaledjob.yaml but the secret is not provided in the currently created kubernetes environment because its optional.
Expected Behavior
The scaler should ignore the missing secret or configmap and scale a job.
Actual Behavior
The scaler searches for the optional secret or configmap and raises an error
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.8.0
Kubernetes Version
1.21
Platform
Any
Scaler Details
Redis Lists
Anything else?
No response
The text was updated successfully, but these errors were encountered: