Fix the analytics jobs in the YAMLs (remove duplicates) (#977)
This commit is contained in:
committed by
Ta-Ching Chen
parent
b9547160b5
commit
a714983c28
@@ -61,6 +61,9 @@ persistence:
|
||||
## false to disable analytics.
|
||||
analytics: true
|
||||
|
||||
## Internally used for generating an analytics job for non-helm installs
|
||||
analyticsNonHelmInstall: false
|
||||
|
||||
## Archive pruner is a garbage collector for archives on the fission storage service.
|
||||
## This interval configures the frequency at which it runs inside the storagesvc pod.
|
||||
## The value is in minutes.
|
||||
@@ -78,4 +81,4 @@ prometheusDeploy: false
|
||||
|
||||
## set this flag to false if you dont need canary deployment feature
|
||||
canaryDeployment:
|
||||
enabled: false
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user