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: snyk-monitor/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,12 @@ Replace the value of `clusterName` with the name of your cluster.
102
102
103
103
You can apply the latest version of the YAML installation files to upgrade.
104
104
105
+
If you would like to reuse the last release's values and merge in any overrides from the command line via --set and -f, you can use the option `--reuse-values`. For example:
If '--reset-values' is specified, this is ignored.
110
+
105
111
If running with Operator Lifecycle Manager (OLM) then OLM will handle upgrades for you when you request to install the latest version. This applies to OpenShift (OCP) and regular installations of OLM.
106
112
107
113
## Setting up proxying ##
@@ -204,14 +210,6 @@ You can provide custom CA certificates to use for validating TLS connections by
204
210
205
211
If running Snyk on-prem, you can also use a custom CA certificate to validate the connection to kubernetes-upstream for sending scan results by providing the certificate under the following path in the ConfigMap: /srv/app/certs/ca.pem
206
212
207
-
## Upgrading
208
-
209
-
When upgrading the Snyk monitor, if you would like to reuse the last release's values and merge in any overrides from the command line via --set and -f, you can use the option `--reuse-values`. For example:
0 commit comments