Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]1.0 There are no namespace and storage parameters in mariadb cluster yaml #8471

Open
tianyue86 opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@tianyue86
Copy link

tianyue86 commented Nov 15, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Get the latest 1.0 mariadb cluster yaml
    ===> There are no namespace and storage parameters
helm template marclu02 ./addons-cluster/mariadb --version 1.0.0-alpha.0
---
# Source: mariadb-cluster/templates/cluster.yaml
apiVersion: [apps.kubeblocks.io/v1](http://apps.kubeblocks.io/v1)
kind: Cluster
metadata:
  name: marclu02
  labels: 
    helm.sh/chart: mariadb-cluster-1.0.0-alpha.0
    [app.kubernetes.io/version](http://app.kubernetes.io/version): "10.6.15"
    [app.kubernetes.io/instance](http://app.kubernetes.io/instance): marclu02
spec:
  terminationPolicy: Delete
  componentSpecs:
    - name: mariadb
      componentDef: mariadb
      replicas: 1
      serviceAccountName:       
      resources:
        limits:
          cpu: "0.5"
          memory: "0.5Gi"
        requests:
          cpu: "0.5"
          memory: "0.5Gi"

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@tianyue86 tianyue86 added the kind/bug Something isn't working label Nov 15, 2024
@tianyue86 tianyue86 added this to the Release 1.0.0 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants