github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/milvus/templates/configconstraint.yaml (about)

     1  apiVersion: apps.kubeblocks.io/v1alpha1
     2  kind: ConfigConstraint
     3  metadata:
     4    name: milvus-cc
     5    labels:
     6      {{- include "milvus.labels" . | nindent 4 }}
     7        {{- if .Values.commonLabels }}
     8        {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
     9        {{- end }}
    10    {{- if .Values.commonAnnotations }}
    11    annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
    12    {{- end }}
    13  spec:
    14    formatterConfig:
    15      format: yaml