Skip to content

Commit

Permalink
Merge pull request redpanda-data#14371 from alejandroEsc/ae/artifactsdir
Browse files Browse the repository at this point in the history
k8s: helm-v2 test fixed, and description for redpanda clusterspec updated
  • Loading branch information
alejandroEsc authored Oct 23, 2023
2 parents cee98e2 + 8b5fe55 commit c32a0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ spec:
secretRef:
type: string
users:
description: DO NOT SET Omitempty, as empty list is a
valid entry.
items:
description: UsersItems is a top-level field of the
values file
Expand Down
4 changes: 2 additions & 2 deletions src/go/k8s/kuttl-v2-helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commands:
- command: mkdir -p tests/_e2e_helm_artifacts_v2
- command: kubectl taint nodes -l node-role.kubernetes.io/master= node-role.kubernetes.io/master:NoSchedule-
ignoreFailure: true
- command: ./hack/install-cert-manager.sh tests/_e2e_artifacts_v2
- command: ./hack/install-cert-manager.sh tests/_e2e_helm_artifacts_v2
- script: kubectl kustomize ./config/crd | kubectl apply -f -
- command: helm repo add redpanda https://charts.redpanda.com
- command: helm repo update
Expand All @@ -20,7 +20,7 @@ commands:
redpanda/operator --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all}"
--set rbac.createRPKBundleCRs=true
- command: ./hack/annotate_kind_nodes.sh "kind"
artifactsDir: tests/_e2e_artifacts_v2
artifactsDir: tests/_e2e_helm_artifacts_v2
timeout: 720
reportFormat: xml
parallel: 1
Expand Down

0 comments on commit c32a0ce

Please sign in to comment.