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 out the Namespace uepe resource from deploy/manifests/oci-native-ingress-controller/templates/deployment.yaml (otherwise it will try to create it, but it’s already created in a previous step).

Code Block
#apiVersion: v1
#kind: Namespace
#metadata:
#  name: uepe

...