Argocd: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 1: Line 1:
=login=
argocd login openshift-gitops-server-openshift-gitops.apps.costest.ltkronoberg.se --username kubeadmin --password asdfasfasdfas --sso --insecure
=what does it mean=
=what does it mean=
  ApplicationSet              Automating the generation of Argo CD Applications with the ApplicationSet Controller
  ApplicationSet              Automating the generation of Argo CD Applications with the ApplicationSet Controller
=look at attributes=
=look at attributes=
  oc api-resources | grep -Ei 'argo|git' | while read line end ; do echo '***' $line $end ; oc get $line -A ; done
  oc api-resources | grep -Ei 'argo|git' | while read line end ; do echo '***' $line $end ; oc get $line -A ; done

Revision as of 13:05, 17 November 2023

login

argocd login openshift-gitops-server-openshift-gitops.apps.costest.ltkronoberg.se --username kubeadmin --password asdfasfasdfas --sso --insecure

what does it mean

ApplicationSet               Automating the generation of Argo CD Applications with the ApplicationSet Controller

look at attributes

oc api-resources | grep -Ei 'argo|git' | while read line end ; do echo '***' $line $end ; oc get $line -A ; done