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
rootCmd.Flags().StringVar(&podUUID, "pod-uid", os.Getenv("POD_UUD"), "The owning pod UID")
148
148
rootCmd.Flags().StringVar(&podNamespace, "pod-namespace", os.Getenv("POD_NAMESPACE"), "The namespace this pod is running in")
149
149
rootCmd.Flags().StringVar(&wardenImage, "warden-image", "exiges/image-cache-warden:latest", "The image that copies a binary to pulled containers to replace the entrypoint")
150
-
rootCmd.Flags().BoolVar(&watchWorkflowTemplates, "watch-workflow-templates", true, "Whether or not to watch workflow templates")
151
-
rootCmd.Flags().BoolVar(&watchClusterWorkflowTemplates, "watch-cluster-workflow-templates", true, "Whether or not to watch cluster workflow templates")
152
-
rootCmd.Flags().BoolVar(&watchCronWorkflows, "watch-cron-workflows", true, "Whether or not to watch cron workflows")
150
+
rootCmd.Flags().BoolVar(&watchArgoWorkflowTemplates, "watch-argo-workflow-templates", true, "Whether or not to watch workflow templates")
151
+
rootCmd.Flags().BoolVar(&watchArgoClusterWorkflowTemplates, "watch-argo-cluster-workflow-templates", true, "Whether or not to watch cluster workflow templates")
152
+
rootCmd.Flags().BoolVar(&watchArgoCronWorkflows, "watch-argo-cron-workflows", true, "Whether or not to watch cron workflows")
153
153
rootCmd.Flags().DurationVar(&resyncPeriod, "resync-period", time.Minute*15, "How often the daemon should re-pull images from all of the sources. Set to 0 to disable.")
0 commit comments