Skip to content

Commit e8394c9

Browse files
committed
fix rendering of azure private endpoint
1 parent 98ac099 commit e8394c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix Private endpoint conditions to not render when the installation is public
13+
1014
## [2.32.0] - 2026-03-02
1115

1216
### Added

helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled -}}
1+
{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster,crossplane.private-}}
22
{{- $tags := include "grafana.crossplane.tags" . | fromYaml -}}
33
{{- $clusterName := .Values.postgresqlCluster.crossplane.clusterName -}}
44
{{- $resourceGroup := .Values.postgresqlCluster.crossplane.azure.resourceGroup -}}

0 commit comments

Comments
 (0)