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
constpreview: string=annotations.preview||"false";// setting to true will not destroy the setup
20
20
constupgrade: string=annotations.upgrade||"false";// setting to true will not KOTS upgrade to the latest version. Set the channel to beta or stable in this case.
21
-
constskipTests: string=annotations.skipTests||"false";// setting to true skips the integration tests
constdeps: string=annotations.deps||"";// options: ["external", "internal"] setting to `external` will ensure that all resource dependencies(storage, db, registry) will be external. if unset, a random selection will be used
0 commit comments