Skip to content

Commit

Permalink
test removals
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed Jun 18, 2022
1 parent ff9937b commit 1613219
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ func (f *Kustomization) SetTemplateDefaults() error {
const kustomizationTemplate = `resources:
- certificate.yaml
configurations:
- kustomizeconfig.yaml
`
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,4 @@ patchesStrategicMerge:
# patches here are for enabling the CA injection for each CRD
%s
# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml
`
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ const kustomizeWebhookTemplate = `resources:
- manifests{{ if ne .Resource.Webhooks.WebhookVersion "v1" }}.{{ .Resource.Webhooks.WebhookVersion }}{{ end }}.yaml
- service.yaml
configurations:
- kustomizeconfig.yaml
`
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
resources:
- certificate.yaml

configurations:
- kustomizeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ patchesStrategicMerge:
#- patches/cainjection_in_admirales.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ resources:
- manifests.yaml
- service.yaml

configurations:
- kustomizeconfig.yaml

0 comments on commit 1613219

Please sign in to comment.