mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Updates for Max David's comments Adding merge comparison Reorg for clarity Updates for David
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
:_mod-docs-content-type: SNIPPET
|
|
[source,yaml,subs="attributes+"]
|
|
----
|
|
- name: subscription-policies
|
|
policyAnnotations:
|
|
ran.openshift.io/ztp-deploy-wave: "2"
|
|
manifests:
|
|
- path: source-crs/StorageLVMOSubscriptionNS.yaml
|
|
- path: source-crs/StorageLVMOSubscriptionOperGroup.yaml
|
|
- path: source-crs/StorageLVMOSubscription.yaml
|
|
spec:
|
|
name: lvms-operator
|
|
channel: stable-{product-version}
|
|
----
|