Closed hashnao closed 1 year ago
IntegrationPlatform CR は Operator がインストールと自動で作成され Operator に管理されるため、Argo が IntegrationPlatform に変更を加えると差分が起きることが問題?
kubectl|oc patch で strategic merge ができるとベター https://github.com/argoproj/argo-cd/issues/2437
Failed to compare desired state to live state: failed to calculate diff: error calculating structured merge diff: error building typed value from config resource: .spec.build.maven.settings.ConfigMapKeyRef: field not declared in schema を解消する IntegrationPlatform CR は Operator をインストールすると自動で作成されるため、Replace を利用する https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#replace-resource-instead-of-applying-changes
Description
55 で README Troubleshooting に追加した Camel K Operator の IntegrationPlatform が作成されないに関する要因を特定する。
Workaround