Skip to content

Create openshift-deploy-rosa.yml #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/quickstarts/openshift-deploy-rosa/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: QuickStarts # kind must always be "QuickStarts"
name: openshift-deploy-rosa
tags: # If you want to use more granular filtering add tags to the quickstart
- kind: bundle
value: OpenShift

16 changes: 16 additions & 0 deletions docs/quickstarts/openshift-deploy-rosa/openshift-deploy.rosa.yml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be called openshift-deploy-rosa.yml not openshift-deploy.rosa.yml (There is a . instead of -). Thats why the CI job is failing.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: console.openshift.io/v1
kind: QuickStarts
metadata:
name: openshift-deploy-rosa
externalDocumentation: true
spec:
version: 0.1
type:
text: Learning path
color: cyan
displayName: Deploying an application using Red Hat OpenShift Service on AWS
icon:
description: Deploy an application on a cluster using Red Hat OpenShift Service on AWS (ROSA).
link:
href: https://developers.redhat.com/learn/openshift/how-deploy-application-using-red-hat-openshift-service-aws
text: View learning path