Skip to content

Commit

Permalink
fix(CRDs): removes invalid yaml from CRDs file
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Dec 21, 2023
1 parent d2f713c commit d1884e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9,323 deletions.
11 changes: 0 additions & 11 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,9 @@ tasks:
task yaml:crds > {{.OutputDir}}/crds-kloudlite.yml
popd 2>&1 > /dev/null
# pushd {{.HelmOperatorDir}} 2>&1 >/dev/null
# task yaml:crds > {{.OutputDir}}/helm-operator-crds.yml
# popd 2>&1 > /dev/null
# cert manager CRDs
curl -L0 https://github.com/cert-manager/cert-manager/releases/download/v1.12.0/cert-manager.crds.yaml > {{.OutputDir}}/crds-cert-manager.yml
# redpanda CRDs
# curl -L0 https://raw.githubusercontent.com/redpanda-data/redpanda/{{.RedpandaVersion}}/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml > {{.OutputDir}}/crds-redpanda.yml
# redpanda CRDs
# kubectl kustomize https://github.com/redpanda-data/redpanda//src/go/k8s/config/crd > {{.OutputDir}}/crds-redpanda.yml
test-release-script:
dir: .
env:
Expand Down
4 changes: 2 additions & 2 deletions crds/crds-kloudlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ spec:
- jsonPath: .spec.accountName
name: AccountName
type: string
- jsonPath: .spec.messageQueueTopicName
name: QTopic
- jsonPath: .metadata.annotations.kloudlite\.io\/cluster\.job-ref
name: Job
type: string
- jsonPath: .status.lastReconcileTime
name: Last_Reconciled_At
Expand Down
Loading

0 comments on commit d1884e8

Please sign in to comment.