We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd4989 commit fec5d54Copy full SHA for fec5d54
linux/setup.yml
@@ -10,6 +10,8 @@ controller_components:
10
- inventory_sources
11
- job_templates
12
13
+# "!unsafe" used to pass raw jinja2 through to the injector definition, see
14
+# https://github.com/redhat-cop/controller_configuration/tree/devel/roles/credential_types#formating-injectors
15
controller_credential_types:
16
- name: Insights Collection
17
kind: cloud
@@ -24,8 +26,8 @@ controller_credential_types:
24
26
secret: true
25
27
injectors:
28
env:
- INSIGHTS_USER: "{% raw %}{ { insights_user }}{% endraw %}"
- INSIGHTS_PASSWORD: "{% raw %}{ { insights_password }}{% endraw %}"
29
+ INSIGHTS_USER: !unsafe '{{ insights_user }}'
30
+ INSIGHTS_PASSWORD: !unsafe '{{ insights_password }}'
31
32
controller_credentials:
33
- name: Insights Inventory
0 commit comments