Skip to content

Commit

Permalink
chore(rename): More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Sep 10, 2024
1 parent 2d24958 commit dca91a0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For a more in-depth installation guide follow our step-by-step [Getting Started]

## Documentation

The full documentation for the ngrok Ingress Controller can be found on our [k8s docs](https://ngrok.com/docs/k8s/)
The full documentation for the ngrok Kubernetes Operator can be found on our [k8s docs](https://ngrok.com/docs/k8s/)

## Known Issues

Expand All @@ -114,6 +114,6 @@ The best place to get support using the ngrok Kubernetes Operator is through the

## License

The ngrok ingress controller is licensed under the terms of the MIT license.
The ngrok Kubernetes Operator is licensed under the terms of the MIT license.

See [LICENSE](./LICENSE.txt) for details.
8 changes: 4 additions & 4 deletions helm/ngrok-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ To uninstall the chart:
| `podAnnotations` | Used to apply custom annotations to the ingress pods. | `{}` |
| `podLabels` | Used to apply custom labels to the ingress pods. | `{}` |
| `replicaCount` | The number of controllers to run. | `1` |
| `image.registry` | The ngrok ingress controller image registry. | `docker.io` |
| `image.repository` | The ngrok ingress controller image repository. | `ngrok/ngrok-operator` |
| `image.tag` | The ngrok ingress controller image tag. Defaults to the chart's appVersion if not specified | `""` |
| `image.pullPolicy` | The ngrok ingress controller image pull policy. | `IfNotPresent` |
| `image.registry` | The ngrok operator image registry. | `docker.io` |
| `image.repository` | The ngrok operator image repository. | `ngrok/ngrok-operator` |
| `image.tag` | The ngrok operator image tag. Defaults to the chart's appVersion if not specified | `""` |
| `image.pullPolicy` | The ngrok operator image pull policy. | `IfNotPresent` |
| `image.pullSecrets` | An array of imagePullSecrets to be used when pulling the image. | `[]` |
| `ingressClass.name` | The name of the ingress class to use. | `ngrok` |
| `ingressClass.create` | Whether to create the ingress class. | `true` |
Expand Down
8 changes: 4 additions & 4 deletions helm/ngrok-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ podLabels: {}
##
replicaCount: 1

## @param image.registry The ngrok ingress controller image registry.
## @param image.repository The ngrok ingress controller image repository.
## @param image.tag The ngrok ingress controller image tag. Defaults to the chart's appVersion if not specified
## @param image.pullPolicy The ngrok ingress controller image pull policy.
## @param image.registry The ngrok operator image registry.
## @param image.repository The ngrok operator image repository.
## @param image.tag The ngrok operator image tag. Defaults to the chart's appVersion if not specified
## @param image.pullPolicy The ngrok operator image pull policy.
## @param image.pullSecrets An array of imagePullSecrets to be used when pulling the image.
image:
registry: docker.io
Expand Down
2 changes: 1 addition & 1 deletion scripts/postflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

namespace='ngrok-ingress-controller'
namespace='ngrok-operator'
kubectl config set-context --current --namespace=$namespace

# Run tests
Expand Down

0 comments on commit dca91a0

Please sign in to comment.