Skip to content

Commit

Permalink
fix(crd) remove useless samples (#614)
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Apr 28, 2021
1 parent cca0a85 commit 0f24976
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 523 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/tests.yml
Expand Up @@ -559,34 +559,22 @@ jobs:
kustomizationPath: './config/rbac'
kubectl-version: 'latest'

samples-kubernetes-resources:
runs-on: ubuntu-latest
name: 'kubernetes_resources: ./config/samples'
steps:
- uses: actions/checkout@v2
- uses: azure/k8s-bake@v1
with:
renderEngine: 'kustomize'
kustomizationPath: './config/samples'
kubectl-version: 'latest'

kubernetes-resources:
runs-on: ubuntu-latest
name: 'kubernetes_resources: ./config/${{ matrix.path }}'

name: 'kubernetes_resources: ./config/samples/${{ matrix.path }}'
strategy:
fail-fast: false
matrix:
# https://github.com/jetstack/cert-manager/tags
path:
- samples/harbor
- samples/harbor-full
- harbor
- harbor-full
- harborcluster
steps:
- uses: actions/checkout@v2
- uses: azure/k8s-bake@v1
with:
renderEngine: 'kustomize'
kustomizationPath: './config/${{ matrix.path }}'
kustomizationPath: './config/samples/${{ matrix.path }}'
kubectl-version: 'latest'

# Documentation
Expand Down
12 changes: 0 additions & 12 deletions config/samples/chartmuseum/goharbor_v1alpha3_chartmuseum.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions config/samples/chartmuseum/kustomization.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions config/samples/core/goharbor_v1alpha3_core.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions config/samples/core/kustomization.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions config/samples/core/tls.crt

This file was deleted.

52 changes: 0 additions & 52 deletions config/samples/core/tls.key

This file was deleted.

23 changes: 0 additions & 23 deletions config/samples/jobservice/goharbor_v1alpha3_jobservice.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/samples/jobservice/kustomization.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/samples/kustomization.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions config/samples/notary-server/goharbor_v1alpha3_notaryserver.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions config/samples/notary-server/kustomization.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions config/samples/notary-signer/goharbor_v1alpha3_notarysigner.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions config/samples/notary-signer/kustomization.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions config/samples/notary-signer/notarysigner-certificate-issuer.yaml

This file was deleted.

0 comments on commit 0f24976

Please sign in to comment.