We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca207c4 commit ade677fCopy full SHA for ade677f
plugins/argocd/config.d.ts
@@ -26,7 +26,7 @@ export interface Config {
26
* @visibility frontend
27
*/
28
appLocatorMethods?: Array</**
29
- * @visibility secret
+ * @visibility frontend
30
31
{
32
/**
@@ -43,6 +43,14 @@ export interface Config {
43
44
45
url: string;
46
+ /**
47
+ * @visibility secret
48
+ */
49
+ username: string;
50
51
52
53
+ password: string;
54
}>;
55
56
};
0 commit comments