Skip to content

Commit

Permalink
fix(argocd): fix argocd configurations visibility (janus-idp#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikjeeyar authored May 7, 2024
1 parent ca207c4 commit ade677f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/argocd/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface Config {
* @visibility frontend
*/
appLocatorMethods?: Array</**
* @visibility secret
* @visibility frontend
*/
{
/**
Expand All @@ -43,6 +43,14 @@ export interface Config {
* @visibility frontend
*/
url: string;
/**
* @visibility secret
*/
username: string;
/**
* @visibility secret
*/
password: string;
}>;
}>;
};
Expand Down

0 comments on commit ade677f

Please sign in to comment.