Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ In order to ensure that every component inside of SCS behaves as
expected, there should be simple smoke tests.
These tests are implemented using GitHub Actions/Workflows.

## References

| | |
| --- | --- |
| CI smoke test | ![Smoke test](https://github.com/SovereignCloudStack/k8s-{{ name_path }}/workflows/CI/badge.svg) |
{% for reference in references -%}
| {{ reference.type }} | {% if reference.isBadge %}!{% endif %}[{{ reference.name }}]({{reference.href}}) |
{% endfor %}

{% if appendix %}
## Further information

Expand Down
1 change: 1 addition & 0 deletions k8s/render-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'name_path': information['name_path'],
'name_description': information.get('name_description', information['name_path']),
'attributions': information.get('attributions', {}),
'references': information.get('references', []),
'appendix': information.get('appendix', '')
})

Expand Down