Skip to content

Commit

Permalink
[patch] Set Red Hat Certificate Manager by default (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrercm authored Feb 1, 2024
1 parent 8932826 commit eba9158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/mas_devops/roles/cert_manager/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Certificate Manager variables
cert_manager_action: "{{ lookup('env', 'CERT_MANAGER_ACTION') | default('install', true) }}"
cert_manager_provider: "{{ lookup('env', 'CERT_MANAGER_PROVIDER') | default('ibm', true) }}"
cert_manager_provider: "{{ lookup('env', 'CERT_MANAGER_PROVIDER') | default('redhat', true) }}"

cert_manager_defaults:
redhat:
Expand Down

0 comments on commit eba9158

Please sign in to comment.