Compare commits
3 Commits
postgres-c
...
postgres-c
| Author | SHA1 | Date | |
|---|---|---|---|
| 09a03f1e98 | |||
| 8c97933783 | |||
| 9fc40afe16 |
@@ -171,7 +171,7 @@ jobs:
|
|||||||
| tail +2 | head -n -1 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do
|
| while read cmd; do
|
||||||
if [[ "$cmd" == "helm repo add oci:*" ]]; then
|
if [[ "$cmd" == "*oci://*" ]]; then
|
||||||
echo ">> Ignoring OCI repo"
|
echo ">> Ignoring OCI repo"
|
||||||
else
|
else
|
||||||
echo "$cmd" | sh;
|
echo "$cmd" | sh;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 7.1.1
|
version: 7.1.3
|
||||||
description: Cloudnative-pg Cluster
|
description: Cloudnative-pg Cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# postgres-cluster
|
# postgres-cluster
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Cloudnative-pg Cluster
|
Cloudnative-pg Cluster
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
name: {{ .name }}
|
name: {{ .name }}
|
||||||
cluster:
|
cluster:
|
||||||
name: {{ include "cluster.name" $ }}
|
name: {{ include "cluster.name" $ }}-cluster
|
||||||
ensure: {{ .ensure | default "present" }}
|
ensure: {{ .ensure | default "present" }}
|
||||||
owner: {{ .owner }}
|
owner: {{ .owner }}
|
||||||
template: {{ .template | default "template1" }}
|
template: {{ .template | default "template1" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user