create_project.j2 207 B

12345678910
  1. apiVersion: v1
  2. kind: Project
  3. metadata:
  4. {% if annotations is mapping %}
  5. annotations:
  6. {% for key, value in annotations.items() %}
  7. {{key}}: "{{value}}"
  8. {% endfor %}
  9. {% endif %}
  10. name: {{ project_name }}