Skip to content
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

Deployment problem with config map for user_variable_substitution.py #686

Closed
loneil opened this issue Nov 21, 2024 · 2 comments
Closed

Deployment problem with config map for user_variable_substitution.py #686

loneil opened this issue Nov 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@loneil
Copy link
Contributor

loneil commented Nov 21, 2024

Helm charts are looking for a file in a volume based on a configmap that is not found, causing oidc controller pod to fail on container creating.

Image

Unable to attach or mount volumes: unmounted volumes=[custom-variable-substitution], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition

MountVolume.SetUp failed for volume "custom-variable-substitution" : configmap "vc-authn-oidc-variable-substitution-config" not found

Image

@loneil loneil self-assigned this Nov 21, 2024
@loneil loneil moved this to In Review in CDT Enterprise Apps Nov 21, 2024
@loneil loneil added the bug Something isn't working label Nov 21, 2024
@loneil
Copy link
Contributor Author

loneil commented Nov 21, 2024

#685

@loneil
Copy link
Contributor Author

loneil commented Nov 22, 2024

Deploys successfully to dev now (and can see config files in /etc/controller-config and loaded by controller app)
Was an issue with the old breaking custom-variable-substitution volume still remaining after deploy and still causing the pod to not start up. Resolved that with @i5okie

(that should not be an issue with next helm release for test/prod as the breaking volume wasn't in any helm release)

@loneil loneil closed this as completed Nov 22, 2024
@github-project-automation github-project-automation bot moved this from In Review to Complete in CDT Enterprise Apps Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant