We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcefbe commit 6c4f9a0Copy full SHA for 6c4f9a0
charts/cloudnative-pg/templates/ClusterImageCatalog.yaml
@@ -0,0 +1,11 @@
1
+{{- if .Values.clusterImageCatalog }}
2
+{{- range $clusterCatalog := .Values.clusterImageCatalog }}
3
+apiVersion: postgresql.cnpg.io/v1
4
+kind: ClusterImageCatalog
5
+metadata:
6
+ name: {{ $clusterCatalog.name }}
7
+spec:
8
+ images: {{ toYaml $clusterCatalog.images | nindent 4 }}
9
+---
10
+{{- end }}
11
0 commit comments