Argocd: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=what does it mean= ApplicationSet Automating the generation of Argo CD Applications with the ApplicationSet Controller") |
|||
Line 1: | Line 1: | ||
=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= | |||
oc api-resources | grep -Ei 'argo|git' | while read line end ; do echo '***' $line $end ; oc get $line -A ; done |
Revision as of 07:37, 17 November 2023
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