Skip to content
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

Argocd custom action #18

Merged
merged 5 commits into from
Jan 25, 2024

Conversation

yangcao77
Copy link
Collaborator

added argocd custom action to automate the process of creating the argocd app.

currently the argocd plugin still has limitation, it cannot create destination namespace or apply labels.
so prereq for this action to work is to manually create the target namespace and run oc label namespace <NS> argocd.argoproj.io/managed-by=openshift-gitops

This PR also updates the GPT template to use bootstrap app quay.io/redhat-appstudio/dance-bootstrap-app:latest for gitops app deployment.

the actual image is passed in as values.srcImage will be accessable by the PR tekton pipeline once it's been finalized.

Signed-off-by: Stephanie <yangcao@redhat.com>
Signed-off-by: Stephanie <yangcao@redhat.com>
Signed-off-by: Stephanie <yangcao@redhat.com>
Signed-off-by: Stephanie <yangcao@redhat.com>
Copy link
Contributor

@jduimovich jduimovich left a comment

Choose a reason for hiding this comment

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

LGTM - Very good thank you

@jduimovich jduimovich merged commit 427f417 into redhat-appstudio:main Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants