FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Use Google Beta provider to allow for min-scale option

Merged Monty Dawson requested to merge allow-min-scale into master
2 unresolved threads

Merge request reports

Pipeline #59075 passed

Pipeline passed for 60946f5c on allow-min-scale

Merged by Dr Rich WarehamDr Rich Wareham 4 years ago (Jan 27, 2021 9:28am UTC)

Loading

Pipeline #59079 passed

Pipeline passed for 993db4d1 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
48 48 "run.googleapis.com/ingress" : var.allowed_ingress,
49 49 },
50 50
51 {
52 # have to set launch stage to beta in order to support minScale which is currently
53 # a beta feature
54 "run.googleapis.com/launch-stage" = "BETA"
  • Dr Abraham Martin requested review from @amc203

    requested review from @amc203

  • Monty Dawson added 1 commit

    added 1 commit

    • 8aac5e6f - Only enable launch-stage beta conditionally

    Compare with previous version

  • Monty Dawson added 1 commit

    added 1 commit

    • ac6ccb6f - Only enable launch-stage beta conditionally

    Compare with previous version

  • 38 38 },
    39 39
    40 40 # Add the beta launch stage if required.
    41 var.allowed_ingress != "all" ? {
    41 var.allowed_ingress != "all" || var.min_scale > 0 ? {
  • Monty Dawson added 1 commit

    added 1 commit

    • 60946f5c - Refactor enabling beta launch stage to local with variable override

    Compare with previous version

  • Dr Rich Wareham requested review from @rjw57

    requested review from @rjw57

  • Dr Rich Wareham approved this merge request

    approved this merge request

  • Dr Rich Wareham unapproved this merge request

    unapproved this merge request

  • Dr Rich Wareham approved this merge request

    approved this merge request

  • Dr Rich Wareham mentioned in commit 993db4d1

    mentioned in commit 993db4d1

  • Updating v1 branch

  • Please register or sign in to reply
    Loading