mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
* bumped cluster.open-cluster-management.io to v1beta1 using v1alpha1 displays deprection warnings Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com> * replaced the image used for the demo to nginx-lego the previous one nginx-ingress is marked as deprecated. Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com> * update dev env script, added wait param to clusteradm accept and display managed clusters Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com> * update the helm chart deploy readme Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
21 lines
450 B
YAML
21 lines
450 B
YAML
apiVersion: apps.open-cluster-management.io/v1
|
|
kind: Subscription
|
|
metadata:
|
|
name: demo-subscription
|
|
namespace: default
|
|
spec:
|
|
channel: default/demo-helmrepo
|
|
name: nginx-ingress
|
|
placement:
|
|
placementRef:
|
|
name: demo-placement
|
|
kind: Placement
|
|
packageOverrides:
|
|
- packageName: nginx-lego
|
|
packageAlias: nginx-lego-simple
|
|
packageOverrides:
|
|
- path: spec
|
|
value:
|
|
defaultBackend:
|
|
replicaCount: 2
|