Skip to content

Conversation

gaurav-splunk
Copy link
Collaborator

No description provided.

for crd in `ls $1`
do
echo Updating crd: $crd
line_num=`grep -n "x-kubernetes-list-map-keys" $1/$crd | awk -F ":" '{print$1}'`
Copy link
Contributor

Choose a reason for hiding this comment

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

Temporary fix indeed, as slight change to the current order will disrupt the CRD. Hopefully next Operator SDK upgrade fixes this, at which time we should remember to revert. I have created CSPL-1194 to track this

@smohan-splunk smohan-splunk merged commit c1934ed into feature-appframework Jul 16, 2021
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.

4 participants