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 f55ef3d commit cc2ef38Copy full SHA for cc2ef38
apps/01-cloudnative-pg/cluster.yaml
@@ -16,6 +16,8 @@ apiVersion: postgresql.cnpg.io/v1
16
kind: Cluster
17
metadata:
18
name: postgresql-cluster
19
+ labels:
20
+ app.kubernetes.io/instance: '{{ app_name }}'
21
spec:
22
instances: 3
23
0 commit comments