Skip to content

Commit

Permalink
feat(pipeline_templates): add halyard feature flag for pipeline templ…
Browse files Browse the repository at this point in the history
…ates (#3970)
  • Loading branch information
danielpeach authored Aug 1, 2017
1 parent d94104a commit cac518f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions halconfig/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var authEnabled = {%features.auth%};
var chaosEnabled = {%features.chaos%};
var fiatEnabled = {%features.fiat%};
var jobsEnabled = {%features.jobs%};
var pipelineTemplatesEnabled = {%features.pipelineTemplates%};
var timezone = '{%timezone%}';
var version = '{%version%}';
var changelogGistId = '{%changelog.gist.id%}';
Expand Down Expand Up @@ -127,6 +128,7 @@ window.spinnakerSettings = {
netflixMode: netflixMode,
chaosMonkey: chaosEnabled,
jobs: jobsEnabled,
pipelineTemplates: pipelineTemplatesEnabled,
pipelines: true,
notifications: false,
fastProperty: true,
Expand Down

0 comments on commit cac518f

Please sign in to comment.