Skip to content

Commit

Permalink
Allow operator to build and push for both master and release branch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Dec 10, 2024
1 parent 4fcd7f7 commit 68aa921
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/subscriptions/s940/c2/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ module "radix-id-acr-workflows" {
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-tekton:ref:refs/heads/release"
},
radix-operator-master = {
name = "radix-operator-master"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-operator:ref:refs/heads/master"
},
radix-operator-release = {
name = "radix-operator-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down
5 changes: 5 additions & 0 deletions terraform/subscriptions/s940/prod/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ module "radix-id-acr-workflows" {
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-tekton:ref:refs/heads/release"
},
radix-operator-master = {
name = "radix-operator-master"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-operator:ref:refs/heads/master"
},
radix-operator-release = {
name = "radix-operator-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down
5 changes: 5 additions & 0 deletions terraform/subscriptions/s941/dev/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ module "radix-id-acr-workflows" {
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-operator:ref:refs/heads/master"
},
radix-operator-release = {
name = "radix-operator-release"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-operator:ref:refs/heads/release"
},
radix-velero-plugin-master = {
name = "radix-velero-plugin-master"
issuer = "https://token.actions.githubusercontent.com"
Expand Down
5 changes: 5 additions & 0 deletions terraform/subscriptions/s941/playground/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ module "radix-id-acr-workflows" {
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-tekton:ref:refs/heads/release"
},
radix-operator-master = {
name = "radix-operator-master"
issuer = "https://token.actions.githubusercontent.com"
subject = "repo:equinor/radix-operator:ref:refs/heads/master"
},
radix-operator-release = {
name = "radix-operator-release"
issuer = "https://token.actions.githubusercontent.com"
Expand Down

0 comments on commit 68aa921

Please sign in to comment.