You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operators/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,22 +64,22 @@ For complete configuration options, see the [Helm Chart Documentation](https://g
64
64
65
65
```bash
66
66
# Build the operator image. If building for deploying on a cluster with different architecture from your local machine, append ARCH=<targetarch> e.g. `ARCH=amd64` to the below command
67
-
make docker-build IMG=<your-registry>/nginx-gateway-fabric-operator:<tag>
67
+
make docker-build IMG=<your-registry>/nginx-gateway-fabric/operator:<tag>
68
68
69
69
# Push the image
70
-
make docker-push IMG=<your-registry>/nginx-gateway-fabric-operator:<tag>
70
+
make docker-push IMG=<your-registry>/nginx-gateway-fabric/operator:<tag>
71
71
72
72
# Optionally load the image if running on kind
73
-
make docker-load IMG=<your-registry>/nginx-gateway-fabric-operator:<tag>
73
+
make docker-load IMG=<your-registry>/nginx-gateway-fabric/operator:<tag>
74
74
75
75
# Generate and push bundle (must be publicly accessible remote registry, e.g. quay.io)
76
-
make bundle-build bundle-push IMG=<your-registry>/nginx-gateway-fabric-operator:<tag> BUNDLE_IMG=<your-registry>/nginx-gateway-fabric-operator-bundle:<tag>
76
+
make bundle-build bundle-push IMG=<your-registry>/nginx-gateway-fabric/operator:<tag> BUNDLE_IMG=<your-registry>/nginx-gateway-fabric/operator-bundle:<tag>
77
77
78
78
# Install olm on local cluster if required (e.g. if running on kind)
79
79
operator-sdk olm install
80
80
81
81
# Run your bundle image
82
-
operator-sdk run bundle <your-registry>/nginx-gateway-fabric-operator-bundle:<tag>
82
+
operator-sdk run bundle <your-registry>/nginx-gateway-fabric/operator-bundle:<tag>
83
83
84
84
# Deploy NGF operand (modify the manifest if required)
0 commit comments