Skip to content

Commit

Permalink
add namespace for kubeblocks pika cluster helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Mar 11, 2024
1 parent 5c27606 commit d5a18f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/kubeblocks_helm/pika-cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
name: {{ include "clustername" . }}
namespace: {{ .Release.Namespace }}
labels: {{ include "pika-cluster.labels" . | nindent 4 }}
spec:
clusterDefinitionRef: pika # ref clusterDefinition.name
Expand Down

0 comments on commit d5a18f5

Please sign in to comment.