Skip to content

Conversation

@terc1997
Copy link
Contributor

@terc1997 terc1997 commented Nov 28, 2025

Description

During the installation on a VPC cluster, it was identified some parameters that weren't correctly mapped and were relying on getDefaultStorageClass. Therefore, they need to be added in the pipeline to be mapped

Changes

  • Add grafana_instance_storage_class, kafka_storage_class and grafana_storage_class.

Tests

The test was performed in the a VPC cluster:
image
image

@terc1997 terc1997 changed the title [patch] add support for pvc [patch] fix missing parameters Dec 9, 2025
@terc1997 terc1997 marked this pull request as ready for review December 9, 2025 15:21
@terc1997 terc1997 requested a review from a team as a code owner December 9, 2025 15:21
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.

@terc1997 terc1997 closed this Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants