squakez commented on PR #3185: URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1113018592
If you meant how to update the IntegrationPlatform, then, you can run `kubectl edit ip`. You should be able to find the `.spec`: ``` spec: build: maven: settings: {} publishStrategy: Spectrum registry: address: 10.108.177.66 insecure: true kamelet: {} resources: {} ``` there you will need to apply the changes and save after the editing is done. Alternatively, you can create a new IntegrationPlatform, edit with the required changes and then apply it via `kubectl apply -f ip.yaml`. The important thing is to name the IntegrationPlatform `camel-k` (the default). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org