Ensure CRD exists before deploying Operator

This commit is contained in:
Shane McDonald
2021-04-07 17:20:52 -04:00
parent 136b2c47f8
commit aa03a7f268
2 changed files with 151 additions and 151 deletions

View File

@@ -1,6 +1,8 @@
#jinja2: trim_blocks:False
# This file is generated by Ansible. Changes will be lost.
# Update templates under ansible/templates/
{% include 'crd.yml.j2' %}
{% include 'role.yml.j2' %}
{% include 'role_binding.yml.j2' %}
@@ -8,5 +10,3 @@
{% include 'service_account.yml.j2' %}
{% include 'operator.yml.j2' %}
{% include 'crd.yml.j2' %}