Skip to content
Closed
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
6 changes: 6 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ spec:
value: "{{ kafka_namespace }}"
- name: kafka_version
value: "{{ kafka_version }}"
- name: kafka_storage_class
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not introduce new storage class params into the pipeline, we need to map from the two we have (rwo and rwx) into the params of the tasks that need these.

We don't want multiple pipeline params all carrying the same information.

value: "{{ kafka_storage_class }}"
- name: zookeeper_storage_class
value: "{{ zookeeper_storage_class }}"
{%- if kafka_provider == "aws" %}

# Dependencies - AWS MSK
Expand Down Expand Up @@ -732,6 +736,8 @@ spec:
value: "{{ grafana_v5_namespace }}"
- name: grafana_instance_storage_size
value: "{{ grafana_instance_storage_size }}"
- name: grafana_instance_storage_class
value: "{{ grafana_instance_storage_class }}"
{%- endif %}
{%- if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %}

Expand Down