Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.tf #514

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Update main.tf #514

merged 1 commit into from
Apr 1, 2024

Conversation

artemvmin
Copy link
Collaborator

@artemvmin artemvmin commented Apr 1, 2024

The count parameters is calculated when generating helm resource dependency. Therefore, it cannot depend on values that are unknown at apply time (e.g. a cluster resource field for a cluster which is not yet created).

The `count` parameters is calculated when generating helm resource dependency. Therefore, it cannot depend on values that are unknown at apply time (e.g. on a data source field for a cluster which is not yet created).
@artemvmin artemvmin merged commit 193bcc3 into main Apr 1, 2024
5 of 7 checks passed
@@ -14,8 +14,6 @@

# Temporary workaround to ensure the GMP webhook is installed before applying PodMonitorings.
resource "time_sleep" "wait_for_gmp_operator" {
## Temporary workaroud, This is impacting for the standard cluster dependency graph
#count = var.autopilot_cluster ? 1 : 0
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI: #502

@artemvmin artemvmin deleted the remove-kuberay-monitoring-gmp-count branch April 1, 2024 20:07
ryanaoleary pushed a commit that referenced this pull request Apr 3, 2024
The `count` parameters is calculated when generating helm resource dependency. Therefore, it cannot depend on values that are unknown at apply time (e.g. on a data source field for a cluster which is not yet created).
kfswain pushed a commit that referenced this pull request Apr 15, 2024
The `count` parameters is calculated when generating helm resource dependency. Therefore, it cannot depend on values that are unknown at apply time (e.g. on a data source field for a cluster which is not yet created).
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