Skip to content

Commit

Permalink
turn back on resources that relied on CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCranitch committed Nov 3, 2023
1 parent cfcfc35 commit 5381510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml
# - podscrape.yaml
# - servicescrape.yaml
- podscrape.yaml
- servicescrape.yaml
- volsync.yaml
4 changes: 2 additions & 2 deletions cluster/apps/networking/multus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: Kustomization
resources:
- helmrelease.yaml
# TODO: reconcile CRD first
# - network-attachment-iotlan.yaml
# - network-attachment-serverlan.yaml
- network-attachment-iotlan.yaml
- network-attachment-serverlan.yaml

0 comments on commit 5381510

Please sign in to comment.