Show Argo CD ApplicationSets in list page in Dev Console #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ApplicationSets view page (main target of this PR)
Applications view page
Steps to test
MUST be 4.19.6 or higher
rosa create 4.19.6 2h
to get a cluster for two hoursOnce the cluster in step 1 is ready, login to the cluster
on the forked console repo run [a].
./build.sh
[b].
source ./contrib/oc-environment.sh
[c].
./bin/bridge -plugins gitops-plugin=http://localhost:9001/
At this point the console UI can be accessed on
localhost:9000
yarn install && yarn run start
GitOps
section should appear belowWorkloads
Openshif GitOps Operator
[Ecosystem->OperatorHub-> the install it the default settings]get password: oc get secret --namespace openshift-gitops openshift-gitops-cluster -o yaml
decode to login: echo "the password from above" | base64 -d
Once the ApplicationSet is created, run this command to create the missing namespaces
oc create ns gitops-test-ns-1 && oc create ns gitops-test-ns-2 && oc create ns gitops-test-ns-3
You should have a similar page as the screnshots above. Make sure everything works well.