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

kamel stuck when a secret has an illegal name #357

Merged
merged 1 commit into from Jan 25, 2019

Conversation

lburgazzoli
Copy link
Contributor

@lburgazzoli lburgazzoli commented Jan 22, 2019

Fixes #356

@lburgazzoli lburgazzoli force-pushed the github-356 branch 2 times, most recently from 0c1b156 to 08b5904 Compare January 23, 2019 05:53
@@ -418,7 +419,8 @@ func (t *deploymentTrait) getDeploymentFor(e *Environment) *appsv1.Deployment {
//

VisitConfigurations("configmap", e.Context, e.Integration, func(cmName string) {
refName := "integration-cm-" + strings.ToLower(cmName)
refName := xid.New().String()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't reconcile when subresources change, but if we start doing it in the future, this creates problems as it's random. Wdyt @lburgazzoli ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@lburgazzoli
Copy link
Contributor Author

ah yes, let me find a better way

@lburgazzoli lburgazzoli merged commit 3c98d04 into apache:master Jan 25, 2019
@lburgazzoli lburgazzoli deleted the github-356 branch January 25, 2019 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants