Skip to content

Conversation

anatolPavl
Copy link
Contributor

  • Merged in hotfix for Bug-307 <- PR: PR for Fix only
  • Added config.jsonnet to generate libs for the OpenFeatureOperator CRDs

@anatolPavl anatolPavl changed the title Open feature OpenFeatureOperator CRDs library Nov 21, 2024
Copy link
Member

@xvzf xvzf left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the contribution

Comment on lines +125 to +135
func removeStringsWithDollar(input []string) []string {
var result []string
for _, str := range input {
if !strings.Contains(str, "$") {
result = append(result, str)
} else {
log.Default().Printf("Warning: %s contains a '$' and has been ommited from final libsonnet as a temporary fix", str)
}
}
return result
}
Copy link
Member

Choose a reason for hiding this comment

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

Before merging I'll check if this has some side-effects, will be busy the next week but should have time after

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.

2 participants