Skip to content

Commit 26e9574

Browse files
authored
make crossplane dependent on oidc (#917)
1 parent 7606ad5 commit 26e9574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- role: azimuth_cloud.azimuth_ops.keycloak
3939
when: azimuth_apps_enabled
4040
- role: azimuth_cloud.azimuth_ops.crossplane
41-
when: azimuth_apps_enabled
41+
when: azimuth_apps_enabled and azimuth_authentication_type == "oidc"
4242
- role: azimuth_cloud.azimuth_ops.zenith
4343
when: azimuth_apps_enabled
4444
- role: azimuth_cloud.azimuth_ops.coral_credits

0 commit comments

Comments
 (0)