Created
January 11, 2023 11:58
-
-
Save nitinsatish/f99d6be534a234176fe9397c891cccf3 to your computer and use it in GitHub Desktop.
Revisions
-
nitinsatish revised this gist
Jan 11, 2023 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ git ls-files '*/<FILENAME>' ``` git ls-files '**/argo-admin-clusterrole.yaml' ``` ``` git ls-files '*argo-admin-clusterrole.yaml' ``` -
nitinsatish created this gist
Jan 11, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ``` git ls-files '*/<FILENAME>' ``` ``` git ls-files '**/argo-admin-clusterrole.yaml' ```