You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// See https://github.com/operator-framework/operator-lifecycle-manager/blob/dfd0b2bea85038d3c0d65348bc812d297f16b8d2/pkg/controller/install/deployment.go#L142
// In OLMv0 CSVs are annotated with the OperatorGroup's .spec.targetNamespaces
82
+
// In OLMv0, CSVs are annotated with OperatorGroup information:
83
+
// - olm.targetNamespaces: the OperatorGroup's .spec.targetNamespaces
84
+
// - olm.operatorNamespace: the namespace where the OperatorGroup is defined (operator's install namespace)
82
85
// See https://github.com/operator-framework/operator-lifecycle-manager/blob/dfd0b2bea85038d3c0d65348bc812d297f16b8d2/pkg/controller/operators/olm/operatorgroup.go#L279
83
-
// When the CSVs annotations are copied to the deployment template's annotations, they bring with it this annotation
86
+
// When the CSVs annotations are copied to the deployment template's annotations, they bring with it these annotations
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/all-namespaces/11_deployment_argocd-operator-controller-manager.yaml
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/own-namespace/09_deployment_argocd-operator-controller-manager.yaml
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/single-namespace/09_deployment_argocd-operator-controller-manager.yaml
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/with-deploymentconfig-options/11_deployment_argocd-operator-controller-manager.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ spec:
148
148
description: Argo CD is a declarative, GitOps continuous delivery tool for
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/with-empty-affinity-subtype/11_deployment_argocd-operator-controller-manager.yaml
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/argocd-operator.v0.6.0/with-empty-affinity/11_deployment_argocd-operator-controller-manager.yaml
Copy file name to clipboardExpand all lines: test/regression/convert/testdata/expected-manifests/webhook-operator.v0.0.5/all-webhook-types/05_deployment_webhook-operator-controller-manager.yaml
0 commit comments