-
Notifications
You must be signed in to change notification settings - Fork 236
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
ConfigMap not loaded for JCASC #465
Comments
I am hitting this issue as well is there a fix for this? |
I'm having the same issue with operator version 0.5.0 on openshift 4.6. If the name of the configmap it gets a validation error. But if the configmap name is correct and it exists. It is not added as a volume. For me the same issue occurs with groovy configmaps. Secrets work fine. If added the pid gets correctly updated. |
It seems that currently only secret is implemented but not configmap: |
Closing this as current released version of Operator doesn't support OpenShift. If this issue persists on another environment or on the next version that does support OpenShift, feel free to file a new bug report. Thank you for your input! |
Expected Behavior
JCASC customization leverages k8s ConfigMap as described in the documentation
Actual Behavior
Referenced ConfigMap in spec.configurationAsCode is not taken into account. No related error in jenkins-master container logs.
Steps to Reproduce the Problem
Jenkins Operator 0.4.0 installed on an OKD 4.5 cluster using YAML installation method as described in the documentation.
ConfigMap created in "cicd" namespace:
Additional Info
Kubernetes version:
Output of
oc version
:The text was updated successfully, but these errors were encountered: