Skip to content

Commit

Permalink
Fix OCP handling of manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Nov 25, 2024
1 parent ca51a36 commit c7e0cf7
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 4,660 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ spec:
defaultMode: 0777
name: install-resources-script
initContainers:
# Install CRDs first, so that APIs exist for calicoctl to use.
- name: bootstrap-crds
image: {{ template "tigera-operator.image" .Values.tigeraOperator}}
command:
- operator
args:
- -bootstrap-crds
# Install any v3 API resources provided in the calico-resources ConfigMap.
- name: create-initial-resources
image: {{.Values.calicoctl.image}}:{{.Values.calicoctl.tag}}
env:
Expand Down
8 changes: 8 additions & 0 deletions manifests/ocp/02-tigera-operator.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

192 changes: 0 additions & 192 deletions manifests/ocp/crd.projectcalico.org_bgpconfigurations.yaml

This file was deleted.

Loading

0 comments on commit c7e0cf7

Please sign in to comment.