File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ inputs:
1212 name :
1313 description : " The name of the resource to wait for"
1414 required : true
15- query :
16- description : " Optional query string for filtering (Juju 3.x only)"
17- required : false
1815 timeout_minutes :
1916 description : " Timeout duration in minutes"
2017 required : false
Original file line number Diff line number Diff line change 6464 type : model
6565 name : iam
6666 timeout_minutes : 1
67- query : ' forEach(applications, app => (app.name == "kratos-external-idp-integrator" && app.status=="blocked") || (app.name != "kratos-external-idp-integrator" && app.status=="active"))'
6867 - name : Create IAM offers for cross-model relations
6968 shell : bash
7069 run : |
Original file line number Diff line number Diff line change 7171 name : dashboard
7272 timeout_minutes : 1
7373 status : blocked
74- query : ' name=="dashboard" && status=="blocked"' # The charm will be blocked when it needs the relation to the controller.
7574 - name : Integrate charm
7675 run : juju integrate '${{ inputs.controller-app }}' dashboard
7776 shell : bash
You can’t perform that action at this time.
0 commit comments