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
Set the installation mode for operator policies (stolostron#3462)
The policy wizard now has an installation mode that copies the OpenShift
operator catalog. When in single namespace mode, the single
"Installed Namespace" text box controls spec.subscription.namespace
and spec.operatorGroup.targetNamespaces[0].
Relates:
https://issues.redhat.com/browse/ACM-11078
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
Copy file name to clipboardexpand all lines: frontend/public/locales/en/translation.json
+4
Original file line number
Diff line number
Diff line change
@@ -348,6 +348,7 @@
348
348
"A saved search already exists for the current search criteria.": "A saved search already exists for the current search criteria.",
349
349
"A saved search query is already using the name {{searchName}}. Please choose a different name.": "A saved search query is already using the name {{searchName}}. Please choose a different name.",
350
350
"A security control category represent specific requirements for one or more standards. For example, a System and Information Integrity category might indicate that your policy contains a data transfer protocol to protect personal information, as required by the HIPAA and PCI standards.": "A security control category represent specific requirements for one or more standards. For example, a System and Information Integrity category might indicate that your policy contains a data transfer protocol to protect personal information, as required by the HIPAA and PCI standards.",
351
+
"A specific namespace on the cluster": "A specific namespace on the cluster",
351
352
"A vCenter server root CA certificate that, when added, reduces the number of web browser certificate warnings.": "A vCenter server root CA certificate that, when added, reduces the number of web browser certificate warnings.",
352
353
"Accelerated Computing": "Accelerated Computing",
353
354
"Access key ID": "Access key ID",
@@ -429,6 +430,7 @@
429
430
"All clusters": "All clusters",
430
431
"All copied": "All copied",
431
432
"All DNS records must be subdomains of this base and include the cluster name. This cannot be changed after cluster installation.": "All DNS records must be subdomains of this base and include the cluster name. This cannot be changed after cluster installation.",
433
+
"All namespaces on the cluster (default)": "All namespaces on the cluster (default)",
432
434
"All resources in this group have deployed on the target clusters, although their status might not be successful.": "All resources in this group have deployed on the target clusters, although their status might not be successful.",
433
435
"All Subscriptions": "All Subscriptions",
434
436
"Allow applications to have empty resources": "Allow applications to have empty resources",
@@ -1613,6 +1615,8 @@
1613
1615
"Install Plan Approval": "Install Plan Approval",
1614
1616
"Install plan approved": "Install plan approved",
1615
1617
"Install the operator": "Install the operator",
1618
+
"Installation Mode": "Installation Mode",
1619
+
"Installed Namespace": "Installed Namespace",
1616
1620
"installing": "Installing",
1617
1621
"InstallPlanApproval determines if subscription installation plans are applied automatically.": "InstallPlanApproval determines if subscription installation plans are applied automatically.",
placeholder={t('Enter the ClusterServiceVersion')}
447
-
labelHelp={t(
448
-
'operatorPolicy.startingCsv.labelHelper',
449
-
`If you want to install a particular version of your Operator, specify the startingCSV property.`
450
-
)}
451
-
/>
452
-
</FormFieldGroupExpandable>
453
-
</Form>
454
-
<WizStringsInput
455
-
id="operator-policy-versions"
456
-
path={`objectDefinition.spec.versions`}
457
-
label={t('Allowed Cluster Service Versions')}
458
-
placeholder={t('Add versions')}
459
-
labelHelp={t(
460
-
'operatorpolicy.version.labelHelper',
461
-
`Versions is a list of non-empty strings that specify which installed versions are compliant when set to 'inform' mode, and which installPlans are approved when you set the parameter to 'enforce' mode.`
placeholder={t('Enter the ClusterServiceVersion')}
704
+
labelHelp={t(
705
+
'operatorPolicy.startingCsv.labelHelper',
706
+
`If you want to install a particular version of your Operator, specify the startingCSV property.`
707
+
)}
708
+
/>
709
+
</FormFieldGroupExpandable>
710
+
</Form>
711
+
<WizStringsInput
712
+
id="operator-policy-versions"
713
+
path={`objectDefinition.spec.versions`}
714
+
label={t('Allowed Cluster Service Versions')}
715
+
placeholder={t('Add versions')}
716
+
labelHelp={t(
717
+
'operatorpolicy.version.labelHelper',
718
+
`Versions is a list of non-empty strings that specify which installed versions are compliant when set to 'inform' mode, and which installPlans are approved when you set the parameter to 'enforce' mode.`
0 commit comments