File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - rollback
6
7
env :
7
8
NAME : console-frontend
8
9
IMAGE_REPOSITORY : oci://europe-north1-docker.pkg.dev/nais-io/nais
42
43
rollout :
43
44
needs :
44
45
- build_push
46
+ # Only do this if on main
47
+ if : endsWith(github.ref, '/main')
45
48
runs-on : fasit-deploy
46
49
permissions :
47
50
id-token : write
50
53
with :
51
54
chart : ${{ env.IMAGE_REPOSITORY }}/${{ env.NAME }}
52
55
version : ${{ needs.build_push.outputs.version }}
53
- feature_name : ${{ env.NAME }}
Original file line number Diff line number Diff line change @@ -1374,14 +1374,12 @@ type Role {
1374
1374
name : String !
1375
1375
1376
1376
"""
1377
- Optional service account ID if the role binding targets a service account. TODO: Make these resolvers returning service account and team, not IDs
1377
+ Optional service account if the role binding targets a service account.
1378
1378
"""
1379
- targetServiceAccountID : ID
1379
+ targetServiceAccount : ServiceAccount
1380
1380
1381
- """
1382
- Optional team slug if the role binding targets a team. TODO: Make these resolvers returning service account and team, not IDs
1383
- """
1384
- targetTeamSlug : Slug
1381
+ """Optional team if the role binding targets a team."""
1382
+ targetTeam : Team
1385
1383
}
1386
1384
1387
1385
type Rule {
You can’t perform that action at this time.
0 commit comments