Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
helm template --include-crds oci-native-ingress-controller helm/oci-native-ingress-controller -f oci-native-ingress-controller-values.yaml --output-dir deploy/manifests
  1. Comment namespace uepe from deploy/manifests/oci-native-ingress-controller/templates/deployment.yaml

Code Block
#apiVersion: v1
#kind: Namespace
#metadata:
#  name: uepe
  1. Deploy the required resources using the manifest .yaml files

Code Block
kubectl apply -f deploy/manifests/oci-native-ingress-controller/crds

...