Skip to content

Commit

Permalink
fix: kustomize build error for examples/analysis. (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Troisi <[email protected]>
Co-authored-by: Hannah Troisi <[email protected]>
  • Loading branch information
carlossg and htroisi authored Dec 28, 2023
1 parent c2e4167 commit f528fdd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
5 changes: 1 addition & 4 deletions examples/analysis/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../base
- rollout-with-analysis.yaml
- analysis-success-rate.yaml
- ../canary/canary-service.yaml
- ../canary/canary-ingress.yaml
- ../canary/canary-preview-service.yaml
- ../canary/canary-preview-ingress.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions examples/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- canary/canary-service.yaml
- canary/canary-ingress.yaml
- canary/canary-preview-service.yaml
- canary/canary-preview-ingress.yaml
5 changes: 1 addition & 4 deletions examples/canary/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../base
- canary-rollout.yaml
- canary-service.yaml
- canary-ingress.yaml
- canary-preview-service.yaml
- canary-preview-ingress.yaml

0 comments on commit f528fdd

Please sign in to comment.