github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/server-commands/argocd-util_settings_resource-overrides.md (about) 1 ## argocd-util settings resource-overrides 2 3 Troubleshoot resource overrides 4 5 ### Synopsis 6 7 Troubleshoot resource overrides 8 9 ``` 10 argocd-util settings resource-overrides [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for resource-overrides 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --argocd-cm-path string Path to local argocd-cm.yaml file 23 --argocd-secret-path string Path to local argocd-secret.yaml file 24 --as string Username to impersonate for the operation 25 --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 26 --certificate-authority string Path to a cert file for the certificate authority 27 --client-certificate string Path to a client certificate file for TLS 28 --client-key string Path to a client key file for TLS 29 --cluster string The name of the kubeconfig cluster to use 30 --context string The name of the kubeconfig context to use 31 --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure 32 --kubeconfig string Path to a kube config. Only required if out-of-cluster 33 --load-cluster-settings Indicates that config map and secret should be loaded from cluster unless local file path is provided 34 -n, --namespace string If present, the namespace scope for this CLI request 35 --password string Password for basic authentication to the API server 36 --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") 37 --server string The address and port of the Kubernetes API server 38 --tls-server-name string If provided, this name will be used to validate server certificate. If this is not provided, hostname used to contact the server is used. 39 --token string Bearer token for authentication to the API server 40 --user string The name of the kubeconfig user to use 41 --username string Username for basic authentication to the API server 42 ``` 43 44 ### SEE ALSO 45 46 * [argocd-util settings](argocd-util_settings.md) - Provides set of commands for settings validation and troubleshooting 47 * [argocd-util settings resource-overrides health](argocd-util_settings_resource-overrides_health.md) - Assess resource health 48 * [argocd-util settings resource-overrides ignore-differences](argocd-util_settings_resource-overrides_ignore-differences.md) - Renders fields excluded from diffing 49 * [argocd-util settings resource-overrides list-actions](argocd-util_settings_resource-overrides_list-actions.md) - List available resource actions 50 * [argocd-util settings resource-overrides run-action](argocd-util_settings_resource-overrides_run-action.md) - Executes resource action 51