You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/argo_cd/values.schema.json
-147Lines changed: 0 additions & 147 deletions
Original file line number
Diff line number
Diff line change
@@ -1825,159 +1825,12 @@
1825
1825
"title": "annotations",
1826
1826
"type": "object"
1827
1827
},
1828
-
"application.namespaces": {
1829
-
"default": "",
1830
-
"description": "Enables [Applications in any namespace]\n# List of additional namespaces where applications may be created in and reconciled from.\n# The namespace where Argo CD is installed to will always be allowed.\n# Set comma-separated list. (e.g. app-team-one, app-team-two)",
"description": "A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `\"argocd,argocd-appsets-*\"`)\n# For more information: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Appset-Any-Namespace/",
1845
-
"required": [],
1846
-
"title": "applicationsetcontroller.namespaces",
1847
-
"type": "string"
1848
-
},
1849
-
"applicationsetcontroller.policy": {
1850
-
"default": "sync",
1851
-
"description": "# ApplicationSet Properties\nModify how application is synced between the generator and the cluster. One of: `sync`, `create-only`, `create-update`, `create-delete`",
1852
-
"required": [],
1853
-
"title": "applicationsetcontroller.policy",
1854
-
"type": "string"
1855
-
},
1856
-
"controller.ignore.normalizer.jq.timeout": {
1857
-
"default": "1s",
1858
-
"description": "JQ Path expression timeout\n# By default, the evaluation of a JQPathExpression is limited to one second.\n# If you encounter a \"JQ patch execution timed out\" error message due to a complex JQPathExpression\n# that requires more time to evaluate, you can extend the timeout period.",
"description": "# Repo-server properties\nLimit on number of concurrent manifests generate requests. Any value less the 1 means no limit.",
1922
-
"required": [],
1923
-
"title": "reposerver.parallelism.limit",
1924
-
"type": "integer"
1925
-
},
1926
-
"server.basehref": {
1927
-
"default": "/",
1928
-
"description": "Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from /",
1929
-
"required": [],
1930
-
"title": "server.basehref",
1931
-
"type": "string"
1932
-
},
1933
-
"server.disable.auth": {
1934
-
"default": false,
1935
-
"description": "Disable Argo CD RBAC for user authentication",
1936
-
"required": [],
1937
-
"title": "server.disable.auth",
1938
-
"type": "boolean"
1939
-
},
1940
-
"server.enable.gzip": {
1941
-
"default": true,
1942
-
"description": "Enable GZIP compression",
1943
-
"required": [],
1944
-
"title": "server.enable.gzip",
1945
-
"type": "boolean"
1946
-
},
1947
-
"server.enable.proxy.extension": {
1948
-
"default": false,
1949
-
"description": "Enable proxy extension feature. (proxy extension is in Alpha phase)",
1950
-
"required": [],
1951
-
"title": "server.enable.proxy.extension",
1952
-
"type": "boolean"
1953
-
},
1954
-
"server.insecure": {
1955
-
"default": false,
1956
-
"description": "# Server properties\nRun server without TLS\n# NOTE: This value should be set when you generate params by other means as it changes ports used by ingress template.",
1957
-
"required": [],
1958
-
"title": "server.insecure",
1959
-
"type": "boolean"
1960
-
},
1961
-
"server.rootpath": {
1962
-
"default": "",
1963
-
"description": "Used if Argo CD is running behind reverse proxy under subpath different from /",
1964
-
"required": [],
1965
-
"title": "server.rootpath",
1966
-
"type": "string"
1967
-
},
1968
-
"server.staticassets": {
1969
-
"default": "/shared/app",
1970
-
"description": "Directory path that contains additional static assets",
1971
-
"required": [],
1972
-
"title": "server.staticassets",
1973
-
"type": "string"
1974
-
},
1975
-
"server.x.frame.options": {
1976
-
"default": "sameorigin",
1977
-
"description": "Set X-Frame-Options header in HTTP responses to value. To disable, set to \"\".",
0 commit comments