Replies: 1 comment
-
| Hi @mihon73 , soory I somehow missed this, is this still an issue? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add labels to dependent resources, trying on "ExposedApp" sample in https://github.com/quarkiverse/quarkus-operator-sdk/tree/main/samples/exposedapp.
I did it in the same way as it is done with "env" var in ExposedAppSpec, but the labels do not change. Although the sdk reports that it is going to apply the changes.
Here is an example of what has changed:
in logs:
but labels not changed:
I tried to change the spec by analogy, and everything is ok there. Is there any way to add labels to dependent resources?
Beta Was this translation helpful? Give feedback.
All reactions