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
I was trying to set accessKey, secretKey using an existingSecret,
However, even if I follow the settings in Values.yaml and set existingSecret.name, it does not use the existing secret, but creates a new secret.
when set existingSecret.name, the minio tenant don't make new secret, and use existing Secret.
when set existingSecret.name, the minio tenant don't create new Secret.
Fix incorrect indentation in values.yaml.
i make PR #1910
This seems to have been committed with incorrect indentation in PR #1827.
Work has been done on existingSecret in PR #1663. and the actual code in tenant-configuration.yaml is referencing Values.secrets.existingSecret.
This appears to be an issue with the documentation update.
no
minio-operator
uname -a
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I was trying to set accessKey, secretKey using an existingSecret,
However, even if I follow the settings in Values.yaml and set existingSecret.name, it does not use the existing secret, but creates a new secret.
Expected Behavior
when set existingSecret.name, the minio tenant don't make new secret, and use existing Secret.
Current Behavior
when set existingSecret.name, the minio tenant don't create new Secret.
Possible Solution
Fix incorrect indentation in values.yaml.
i make PR #1910
Steps to Reproduce (for bugs)
Context
This seems to have been committed with incorrect indentation in PR #1827.
Work has been done on existingSecret in PR #1663. and the actual code in tenant-configuration.yaml is referencing Values.secrets.existingSecret.
This appears to be an issue with the documentation update.
Regression
no
Your Environment
minio-operator
): 5.0.11uname -a
): Linux control01 5.15.0-1044-raspi Dynamic PVC using storageclass fails because name is nill #47-Ubuntu SMP PREEMPT Tue Nov 21 11:33:46 UTC 2023 aarch64 aarch64 aarch64 GNU/LinuxThe text was updated successfully, but these errors were encountered: