-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Port user config map support. #213
Labels
Comments
alourie
added a commit
to alourie/cassandra-operator
that referenced
this issue
Aug 1, 2019
Fixes instaclustr#213 Fixes instaclustr#208 * Fixed some comments from PR review * Added Env to CRD to allow specifying environment for containers (exists in java version) * Added userConfigMap handling (instaclustr#213) * Restored PrivelegedSupported handling (instaclustr#208) * Backup secret volume allows providing GOOGLE_APPLICATION_CREDENTIALS in a secret * Cloud providers creds can be set using Env field in CRD Signed-off-by: Alex Lourie <[email protected]>
benbromhead
pushed a commit
that referenced
this issue
Aug 21, 2019
…andra and sidecar (#218) * Initial work for clouds secrets and user-defined configmap Signed-off-by: Alex Lourie <[email protected]> * PR comments fixes Fixes #213 Fixes #208 * Fixed some comments from PR review * Added Env to CRD to allow specifying environment for containers (exists in java version) * Added userConfigMap handling (#213) * Restored PrivelegedSupported handling (#208) * Backup secret volume allows providing GOOGLE_APPLICATION_CREDENTIALS in a secret * Cloud providers creds can be set using Env field in CRD Signed-off-by: Alex Lourie <[email protected]> * Support TLS certificates for internal communication Signed-off-by: Alex Lourie <[email protected]> * PR comments, docs updates Signed-off-by: Alex Lourie <[email protected]> * Cleanups Signed-off-by: Alex Lourie <[email protected]> * Path naming update Signed-off-by: Alex Lourie <[email protected]> * Cleanups * go fmt Signed-off-by: Alex Lourie <[email protected]>
closed by merging #218 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Java project supports user-specified ConfigMaps via the
userConfigMapVolumeSource
field of theCassandraDataCenter
CRD.The text was updated successfully, but these errors were encountered: